13.05.2010, 17:36
Quote:
Originally Posted by juice.j
Hang on I pasted it a bit in a rush, there are some errors, use the edited one here:
Код:
public OnPlayerRequestClass(playerid,classid) { new cmpstr[MAX_PLAYER_NAME]; GetPlayerName(playerid, cmpstr, sizeof(cmpstr)); if(classid == 5 && strcmp(cmpstr,"Jay",false)) { SendClientMessage(playerid,COLOR_GREEN,"This skin is only for Jay!"); return 0; } return 1; } |
Aha, So thats why i had errors are try this now ty.