24.05.2011, 12:38
Quote:
|
I dont need initial {
You tried to compile? If you didnt, try and you will see u dont get any errors! |
So if you type the command
Quote:
|
if(strcmp(cmd, "/skin", true) == 0) new tmp[256]; //This is what happen b y typing the command tmp = strtok(cmdtext,idx); //This is a consequence that has nothing to do with the command SetPlayerSkin(playerid,strval(tmp)); new string[256], pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "%s commanded Change Skin (/skin ID)", pname); SendClientMessageToAll(orange, string); return 1; } |


