10.04.2012, 04:36
I like how you included strcmp dcmd zcmd !!!
heres the YCMD
nice tut! simple 8/10
@XphosKill3r
your onPlayerCommandText function is missing
at the bottom
from what i can see
heres the YCMD
pawn Код:
YCMD:spawncar(playerid, params[], help)
{
#pragma unused params
if (help) {SendClientMessage(playerid, 0xFFCC33AA, "/spawncar : Spawn a Car");}
else {ShowPlayerDialog(playerid,12,DIALOG_STYLE_LIST,"Cars:","Infernus\nElegy\nTurismo\n","Select","Cancel");}
return 1;
}
nice tut! simple 8/10
@XphosKill3r
your onPlayerCommandText function is missing
pawn Код:
return 0;
}
from what i can see