13.07.2011, 15:48
Quote:
P.s. Can i ask where do you assign the values you input to a variable? Or it somehow understands automatically? I mean..
if (strcmp(cmd, "/skin", true) == 0) { tmp = strtok(cmdtext,idx); IDT = strval(tmp); <---------- This part.. SetPlayerSkin(playerid,IDT); return 1; } |