23.11.2013, 13:33
By not dividing with 0. For example, I'd use something like:
It's a unique virtual world for each player (I suppose).
pawn Код:
SetPlayerVirtualWorld( playerid, ( playerid + 10 ) * ( playerid + 10 ) + playerid );

