Odd bug with y_ini?
#2

Reset your variables under OnPlayerConnect.

For example:

Код:
public OnPlayerConnect(playerid)
{
PlayerData[playerid][Cookies] = 0;
}
This must be done to all your player assigned variables, or the server might bug and give players messed up information.
Reply


Messages In This Thread
Odd bug with y_ini? - by HydraX - 21.08.2012, 20:26
Re: Odd bug with y_ini? - by Shetch - 21.08.2012, 21:01
Respuesta: Re: Odd bug with y_ini? - by HydraX - 21.08.2012, 21:13
Re: Odd bug with y_ini? - by Shetch - 21.08.2012, 21:15
Respuesta: Re: Odd bug with y_ini? - by HydraX - 21.08.2012, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)