Goto, Get Here
#1

If i am in a vehicle then i do, /goto, then the vehicle should follow me witch it dosent.. same with "Get Here"

Anyone who can FIX it?

Goto
pawn Код:
SetPlayerInterior(playerid, GetPlayerInterior(targetid));
SetPlayerVirtualWorld(targetid,GetPlayerVirtualWorld(playerid));
new Float:x, Float:y, Float:z;
GetPlayerPos(targetid, x,y,z);
SetPlayerPos(playerid, x+1,y,z);
Get Here
pawn Код:
SetPlayerInterior(playerid, GetPlayerInterior(targetid));
SetPlayerVirtualWorld(targetid,GetPlayerVirtualWorld(playerid));
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
SetPlayerPos(targetid, x+1,y,z);
And O.o Why dosend this work =/ (im using a dialog)

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        format(string, sizeof(string), "Server admin have killed evryone, Muwhaha");
        SendClientMessageToAll(COLOR_ADMIN, string);

        SetPlayerHealth(i, 0);
        return 1;
    }
Reply


Messages In This Thread
Goto, Get Here - by Larsey123IsMe - 14.01.2011, 21:41
Re: Goto, Get Here - by Backwardsman97 - 14.01.2011, 22:00
Re: Goto, Get Here - by Larsey123IsMe - 14.01.2011, 22:20
Re: Goto, Get Here - by Backwardsman97 - 14.01.2011, 22:57
Re: Goto, Get Here - by Larsey123IsMe - 14.01.2011, 23:23

Forum Jump:


Users browsing this thread: 2 Guest(s)