25.01.2018, 19:33
PHP код:
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid, TDEditor_TD[0]);
TextDrawShowForPlayer(playerid, TDEditor_TD[1]);
TextDrawShowForPlayer(playerid, TDEditor_TD[2]);
StopAudioStreamForPlayer(playerid);
if(Player[playerid][Skin] != 0)
{
SetPlayerSkin(playerid, Player[playerid][Skin]);
}
return 1;
}



que coisa em