Avoiding bug
#3

Quote:
Originally Posted by jamesbond007
Посмотреть сообщение
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
Reply


Messages In This Thread
Avoiding bug - by Abreezy - 27.12.2011, 03:00
Re: Avoiding bug - by jamesbond007 - 27.12.2011, 03:06
Re: Avoiding bug - by Abreezy - 27.12.2011, 03:11
Re: Avoiding bug - by Abreezy - 27.12.2011, 15:08
Re: Avoiding bug - by BlackID - 27.12.2011, 15:52
Re: Avoiding bug - by Abreezy - 27.12.2011, 15:56
Re: Avoiding bug - by BlackID - 27.12.2011, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)