Quote:
Originally Posted by _DownLoaD_
lol, you can make it much more simple. for example:
pawn Код:
if(!strcmp(cmd,"/skin",true)) { tmp = strtok(cmdtext,idx); if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: Skin [SkinID]"); SetPlayerSkin(playerid, tmp); return 1; }
|
Hmm not bad. But the purpose of this thing was to have a every simple command for every skin.