Skripta koju koristim: GeForce
Detaljan opis problema: Ne rade mi sve komande, to je odjednom , ali skripta je bez erora i warninga . Kod onih koje ne rade pise server unknown command
Dio skripte: /
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
[Pomoc] unknown command
498
pregleda
10
postova
19. Jul 2012.
Karike, sa xfa sto si reko krace
if(strcmp(cmd, "/gotols", true) == 0)
{
if(PlayerInfo >= 3 || PlayerInfo >= 3)
{
if (PlayerInfo <= 1337 || PlayerInfo >= 1)
{
if(GetPVarInt(playerid, "AdminOnDuty") == 0)
{
SendClientMessage(playerid, COLOR_RED, "Morate bit na duznosti kako bi koristili ovu komandu!");
return 1;
}
}
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 1529.6,-1691.2,13.3);
}
else
SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
SendClientMessage(playerid, COLOR_GRAD1, " Teleportirani ste ispred Policijske Stanice !");
SetPlayerInterior(playerid,0);
PlayerInfo = 0;
}
else
SendClientMessage(playerid, COLOR_RED, " Niste ovlasteni za koristenje ove komande !");
return 1;
}Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava