24.10.2009, 14:49
Quote:
|
Originally Posted by tomnidi
So I can code that OnFilterScriptInit will be (SetPlayerSkin(0,111)
?? |
pawn Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
SetPlayerSkin(playerid, 111);
}
return 1;
}


??