16.08.2009, 13:37
Ok, I have this:
What do I need to add so that skin will be ony avaiable for Yanzl?
Код:
public OnGameModeInit(){ yanzl = AddPlayerClass(165,1281.1615,-831.0143,83.1406,186.7324,46,0,17,50,0,0); public OnPlayerRequestClass(playerid,classid){ if(classid==yanzl){ GameTextForPlayer(playerid,"~b~~h~Yanzl.",1000,3); SetPlayerColor(playerid,ADMIN);}