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
[Pomoc] Imam problem u vezi GTA RolePlay Moda
896
pregleda
7
postova
11. Okt. 2010.
Trebao bi imati komande /selectspawn il /spawnchange prvo odaberi spawn pa se kill.
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