16.07.2015, 22:38
Quote:
Код:
CMD:crate(playerid, params[]) { if(isnull(params)) { return SendClientMessage(playerid, -1, "/crate [deploy, take, others]"); } if(!strcmp(params, "take", true)) { } else if(!strcmp(params, "deploy", true)) { } else if(!strcmp(params, "others", true)) { } return 1; } |