20.03.2013, 13:32
Hello,
i have saying system dini and i make commands in strcmp.
Can anyone tell me how can i convert this to dini ?
here is the whole cmd :-
please any help?
i have saying system dini and i make commands in strcmp.
Can anyone tell me how can i convert this to dini ?
Код:
if(PInfo[playerid][level] >= 1)
Код:
if(strcmp(cmd, "/adminjetpack", true) == 0) { if(PInfo[playerid][level] >= 1) { new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); CreatePickup(370, 3, X, Y, Z); SendClientMessage(playerid, COLOR_GREEN, "Jet Pack Created."); } return 1; }