Započeo TheMonk
•11. Okt. 2010.[Pomoc] Imam problem u vezi GTA RolePlay Moda
917
pregleda
7
postova
Kingpin
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,110
Postovi:
152
Teme:
Pridružio se:Jan. 2010
11. Okt. 2010.
Kada postavim sebe za lidera i kad me neko ubije,ja se stvorim na aerodrom,a trebalo bi u bazu.
Ajde ljudi,ovaj problem ne mogu da resim danima,znam da nekoliko servera koristi ovaj mod i molim njih i sve da pomognu..hvala
Ajde ljudi,ovaj problem ne mogu da resim danima,znam da nekoliko servera koristi ovaj mod i molim njih i sve da pomognu..hvala
Enforcer
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
223
Postovi:
11
Teme:
Pridružio se:Okt. 2010
11. Okt. 2010.
Trebao bi imati komande /selectspawn il /spawnchange prvo odaberi spawn pa se kill.
Kingpin
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,110
Postovi:
152
Teme:
Pridružio se:Jan. 2010
11. Okt. 2010.
Evo pogledajte /spawnchange komandu...
Kad u igri to ukucam,kaze mi Niste kupili / iznajmili kucu 😕
Quote
if(strcmp(cmd, "/spawnchange", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo != 255)
{
if(Spectate != 255 && PlayerInfo < 1)
{
SendClientMessage(playerid, COLOR_GREY, " You are Spectating, can't change the Spawn right now !");
return 1;
}
if(SpawnChange)
{
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at your Normal Place !");
SpawnChange = 0;
/*if(IsAnInstructor(playerid))
{
if(SchoolSpawn == 0)
{
SchoolSpawn = 1;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Flying School !");
}
else if(SchoolSpawn == 1)
{
SchoolSpawn = 0;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Driving School !");
}
}*/
}
else
{
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at your Own / Rented House !");
SpawnChange = 1;
}
}
else
{
/*if(IsAnInstructor(playerid))
{
if(SchoolSpawn == 0)
{
SchoolSpawn = 1;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Flying School !");
}
else if(SchoolSpawn == 1)
{
SchoolSpawn = 0;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Driving School !");
}
}
else
{*/
SendClientMessage(playerid, COLOR_GREY, " You dont own / rent a House !");
return 1;
//}
}
}
return 1;
}
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo != 255)
{
if(Spectate != 255 && PlayerInfo < 1)
{
SendClientMessage(playerid, COLOR_GREY, " You are Spectating, can't change the Spawn right now !");
return 1;
}
if(SpawnChange)
{
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at your Normal Place !");
SpawnChange = 0;
/*if(IsAnInstructor(playerid))
{
if(SchoolSpawn == 0)
{
SchoolSpawn = 1;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Flying School !");
}
else if(SchoolSpawn == 1)
{
SchoolSpawn = 0;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Driving School !");
}
}*/
}
else
{
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at your Own / Rented House !");
SpawnChange = 1;
}
}
else
{
/*if(IsAnInstructor(playerid))
{
if(SchoolSpawn == 0)
{
SchoolSpawn = 1;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Flying School !");
}
else if(SchoolSpawn == 1)
{
SchoolSpawn = 0;
SendClientMessage(playerid, COLOR_GREY, " You will now spawn at the Driving School !");
}
}
else
{*/
SendClientMessage(playerid, COLOR_GREY, " You dont own / rent a House !");
return 1;
//}
}
}
return 1;
}
Kad u igri to ukucam,kaze mi Niste kupili / iznajmili kucu 😕
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava