[Pomoc] Nece ucitati komandu

Započeo tRonic.pWn
15. Dec. 2012. Zaključano
397
pregleda
12
postova
tRonic.pWn
3
Hustler
15. Dec. 2012.
Scripta koju koristim : Moja od 0
Detaljan opis problema : Ubacio sam /vip komandu ali nece da je ucita i svaki put SERVER: Unkown Command, moze pomoc ?
Dio Scripte :
if (strcmp("/vip", cmdtext, true) == 0)
{
if(IsPlayerInAnyVehicle(playerid))
{
            if(PlayerInfo > 1)
{
ShowPlayerDialog(playerid, 305, DIALOG_STYLE_LIST, "VIP Dialog","Koristi Opciju\nStanje VIPa\nVise O:","Uredu","Odustani");
}
else { SendClientMessage(playerid, -1, ""COL_RED" Vi nemate VIP Status"); }
}
else
{
    SendClientMessage(playerid, -5, ""COL_WHITE"Greska{FFFFFF} Moras biti u vozilu!");
}
}
return 1;
}
Nitro
5
Godfather
15. Dec. 2012.
Stavio si pod OnPlayerCommandText?
tRonic.pWn
3
Hustler
15. Dec. 2012.
Nitro wrote on December 15, 2012, 10:15 pm:
Stavio si pod OnPlayerCommandText?


Da
tRonic.pWn
3
Hustler
15. Dec. 2012.
Ocel ko pomoc bokte vidio !!!
EuroGaming
5
Underboss
15. Dec. 2012.
ovdje je koliko vidim sve uredu !
tRonic.pWn
3
Hustler
15. Dec. 2012.
ma ne jebe gm ni 2 posto nece komandu ucitat kao SERVER: Unkown Command :S
Simke94
4
Enforcer
15. Dec. 2012.
Brate ova komanda ti je dobra, ali evo probaj ovako... 🙂
	if(strcmp(cmd, "/vip", true) == 0)
{
    if(IsPlayerConnected(playerid))
{
if(IsPlayerInAnyVehicle(playerid))
{
            if(PlayerInfo > 1)
{
ShowPlayerDialog(playerid, 305, DIALOG_STYLE_LIST, "VIP Dialog","Koristi Opciju\nStanje VIPa\nVise O:","Uredu","Odustani");
}
else { SendClientMessage(playerid, -1, ""COL_RED" Vi nemate VIP Status"); }
}
else
{
    SendClientMessage(playerid, -5, ""COL_WHITE"Greska{FFFFFF} Moras biti u vozilu!");
}
}
return 1;
}
tRonic.pWn
3
Hustler
16. Dec. 2012.
Ma ne jebe ovaj gamemod zivu silu -.- .. nece sve sam isprobo, daj neko jel zna :S
tRonic.pWn
3
Hustler
16. Dec. 2012.
Oce neko ?
EuroGaming
5
Underboss
16. Dec. 2012.
Nemoj raditi DP a koliko ja vidim u komandi je sve uredu ! Stavi je na kraj skipte pa probaj
tRonic.pWn
3
Hustler
16. Dec. 2012.
rijeseno, moze lock
Blaeks_Biofor
5
Forum Don
16. Dec. 2012.
uglavnom nasstaje taj problem kada mesas ZCMD i STRCMP... problem resen, LOCK

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha