27.04.2011, 00:12
OnPlayerSpawn
pawn Код:
NascerBase(playerid);
pawn Код:
stock NascerBase(playerid)
{
if(Profissao[playerid] == POLICIAL
{
SetPlayerPos(playerid,...)
SetPlayerFacingAngle(...)
SetPlayerSkin(...)
return 1;
}