[HELP] Please help it's urgent
#7

pawn Код:
stock SetPlayerPos_H(playerid, Float:X, Float:Y, Float:Z)
{
    if(!IsPlayerConnected(playerid)) return 1;
    TeleportDozvoljen[playerid] = 1;
    LoadPosition[playerid] = 3;
    SetPlayerPos_H(playerid, X, Y, Z);
    GetPlayerPos(playerid, GP[playerid][gpX], GP[playerid][gpY], GP[playerid][gpZ]);
    TeleportDozvoljen[playerid] = 0;
    return 1;
}
I put that stock with my other stock's
Reply


Messages In This Thread
[HELP] Please help it's urgent - by Luca12 - 07.10.2013, 10:36
Re: [HELP] Please help it's urgent - by Scrillex - 07.10.2013, 10:39
Re: [HELP] Please help it's urgent - by Luca12 - 07.10.2013, 10:42
Re: [HELP] Please help it's urgent - by jueix - 07.10.2013, 10:45
Re: [HELP] Please help it's urgent - by Luca12 - 07.10.2013, 10:47
Re: [HELP] Please help it's urgent - by Konstantinos - 07.10.2013, 10:48
Re: [HELP] Please help it's urgent - by Luca12 - 07.10.2013, 10:56
Re: [HELP] Please help it's urgent - by Konstantinos - 07.10.2013, 11:01
Re: [HELP] Please help it's urgent - by Luca12 - 07.10.2013, 11:08
Re: [HELP] Please help it's urgent - by Scrillex - 07.10.2013, 11:20

Forum Jump:


Users browsing this thread: 1 Guest(s)