Wtf is wrong here?:@
#1

The problem is that when i enter the First Pickup nothing happens!
When i enter the second it does what it was suposed to do on the first one!

pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
    if(pickupid == ppult)
    {
    if(!IsPlayerInAnyVehicle(playerid))
    {
    GameTextForPlayer(playerid,"~r~You must be in a vehicle",4000,3);
    }
    else if(IsPlayerInAnyVehicle(playerid))
    {
    MoveDynamicObject(pult,369.54037475586, 2448.9484863281, 45.554733276367,2);
    GameTextForPlayer(playerid,"~g~Going to ~p~the moon",4000,3);
    SetVehicleVelocity(GetPlayerVehicleID(playerid), 0.0, 0.0, 2.0);
    }
    SetTimerEx("moveobj", 5000, true, "is", 1337, "hello!");
    }
   
    if(pickupid == ppult1)
    {
    if(!IsPlayerInAnyVehicle(playerid))
    {
    GameTextForPlayer(playerid,"~r~You must be in a vehicle",4000,3);
    }
    else if(IsPlayerInAnyVehicle(playerid))
    {
    MoveDynamicObject(pult1,1283.3358154297, 1286.4405517578, 29.590309143066,2);
    GameTextForPlayer(playerid,"~g~Through ~p~the tunnel",4000,3);
    SetVehicleVelocity(GetPlayerVehicleID(playerid), 0.0, 0.0, 7.0);
    }
    SetTimerEx("moveobj1", 5000, true, "is", 1337, "hello!");
    }
    return 1;
}
Reply


Messages In This Thread
Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 19:41
Re: Wtf is wrong here?:@ - by Linow - 23.10.2010, 19:47
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 20:04
Re: Wtf is wrong here?:@ - by Linow - 23.10.2010, 20:11
Re: Wtf is wrong here?:@ - by deviljingoku - 23.10.2010, 20:24
Re: Wtf is wrong here?:@ - by Brian_Furious - 23.10.2010, 20:27
Respuesta: Wtf is wrong here?:@ - by The_Moddler - 23.10.2010, 20:41
Re: Respuesta: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 20:47
Re: Wtf is wrong here?:@ - by Brian_Furious - 23.10.2010, 20:53
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 20:54
Re: Wtf is wrong here?:@ - by Brian_Furious - 23.10.2010, 20:58
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 21:12
Re: Wtf is wrong here?:@ - by Brian_Furious - 23.10.2010, 21:21
Re: Wtf is wrong here?:@ - by Mike_Peterson - 23.10.2010, 21:23
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 21:26
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 22:38
Re: Wtf is wrong here?:@ - by Badger(new) - 23.10.2010, 22:57
Re: Wtf is wrong here?:@ - by Badger(new) - 23.10.2010, 23:02
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 23:13
Re: Wtf is wrong here?:@ - by Badger(new) - 23.10.2010, 23:19
Re: Wtf is wrong here?:@ - by ColdXX - 23.10.2010, 23:32

Forum Jump:


Users browsing this thread: 3 Guest(s)