Lost connection, retrying, banned!
#5

Quote:
Originally Posted by FuNkYTheGreat
Посмотреть сообщение
when ur exiting from Interior. so for sure you were using SetPlayerPos so try adding SetSpawnInfo for example
Код:
SetSpawnInfo(playerid, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
No, this gamemode using a custom SetPlayerPosEx for anti cheating.

Код:
stock SetPlayerPosEx(playerid, Float:x,Float:y,Float:z)
{
    PlayerInfo[playerid][pPos][0]=x;
    PlayerInfo[playerid][pPos][1]=y;
    PlayerInfo[playerid][pPos][2]=z;
    return SetPlayerPos(playerid, x, y, z);
}
Reply


Messages In This Thread
Lost connection, retrying, banned! - by SetPlayerNameTag - 10.07.2016, 17:59
Re: Lost connection, retrying, banned! - by Uvais - 10.07.2016, 18:02
Re: Lost connection, retrying, banned! - by FuNkYTheGreat - 10.07.2016, 18:06
Re: Lost connection, retrying, banned! - by SetPlayerNameTag - 10.07.2016, 18:09
Re: Lost connection, retrying, banned! - by SetPlayerNameTag - 10.07.2016, 18:16
[No subject] - by SetPlayerNameTag - 10.07.2016, 18:41
Respuesta: Lost connection, retrying, banned! - by teamz - 11.07.2016, 06:08
Re: Respuesta: Lost connection, retrying, banned! - by SetPlayerNameTag - 25.07.2016, 03:48
Re: Lost connection, retrying, banned! - by Abagail - 25.07.2016, 03:53

Forum Jump:


Users browsing this thread: 1 Guest(s)