pickup help
#6

new pickupnrg;

public OnGameModeInit()
{
pickupnrg = CreatePickup(1318, 2, 790.2700,-2129.1924,60.8927, 4);
}

if(pickupid == pickupnrg)
{
new vehicleid = GetPlayerVehicleID(playerid);
CreateVehicle(522, 790.2700,-2129.1924,60.8927,34.8686, -1, -1, 60);
SetVehicleVirtualWorld(522, 4);
PutPlayerInVehicle(playerid, vehicleid, 0);
}

is this correct ?
i can see arrow pickup in virtual world 4 but its not spawning nrg when pickup
Reply


Messages In This Thread
pickup help - by KratosRoG - 27.06.2018, 06:12
Re: pickup help - by div - 27.06.2018, 06:53
Re: pickup help - by Mike861 - 27.06.2018, 06:55
Re: pickup help - by KratosRoG - 27.06.2018, 09:39
Re: pickup help - by GTLS - 27.06.2018, 10:22
Re: pickup help - by KratosRoG - 27.06.2018, 11:01
Re: pickup help - by Mike861 - 27.06.2018, 11:05
Re: pickup help - by KratosRoG - 27.06.2018, 11:08
Re: pickup help - by Mike861 - 27.06.2018, 11:19
Re: pickup help - by KratosRoG - 27.06.2018, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)