27.12.2011, 03:11
Quote:
|
1. there can be many reasons... post your OnPlayerSpawn code.
2. yes, its possible. if you save player stats on a file. |
pawn Код:
public OnPlayerSpawn(playerid)
{
if(User[playerid][pX] == 0.0 && User[playerid][pY] == 0)
{
SetPlayerPos(playerid, 1488.9740, -1720.1028, 8.2370);
SetPlayerInterior(playerid, 0);
}
return 1;
}
For 2, how could you do it if there is no playerid in ongamemodeinit


