10.07.2012, 22:10
Do mesmo modo.
pawn Код:
CMD:cobra(playerid, params[]) {
if(isnull(params))
return SendClientMessage(playerid, -1, "/cobra 1~3");
if(!strcmp(params, "1", true)) {
//
return true;
}
if(!strcmp(params, "2", true)) {
{
//
return true;
}
if(!strcmp(params, "3", true)) {
//
return true;
}
return SendClientMessage(playerid, -1, "/cobra 1~3");
}

