16.08.2009, 15:50
pawn Code:
if(params[0] == 0) return SendClientMessage(playerid,COLOR_GREY,".: Usage: /set [sex] :.");
Also, from what I'm seeing here, you're comparing a character with a string ? This will never work. Just use sscanf
pawn Code:
if(!strcmp(params[0],"sex"))