10.06.2012, 03:12
o do Black esta assim:
no meu coloquei assim:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SetPlayerPos(playerid,1182.7733,-1323.6193,13.5785);
positionx = 1182.7733;
positiony = -1323.6193;
positionz = 13.5785;
return 1;
}
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
positionx = 1182.7733;
positiony = -1323.6193;
positionz = 13.5785;
SetPlayerPos(playerid,positionx,positiony,positionz);
return 1;
}
