help with Pickup
#1

I put thos pickUP in my gamemode to cheng the car in race and they work but the Problem they are down not like the poss Z I put if but the poss Z 5 it be in poss Z 0 why
pawn Код:
new Infernus;
new Infernus1;
new MonsterA;
new Sanchez;
new nrg;
new Vortex;
new Rustler;

public OnGameModeInit()
{
 
    Infernus = CreatePickup(1239, 14, 53.455848, -1525.799438, 4.697053, -1);
    Infernus1 = CreatePickup(1239, 14, -2286.081542, -2086.016357, 117.284858, -1);
    MonsterA = CreatePickup(1239, 14, 1308, -3740, 18, -1);
    Sanchez = CreatePickup(1239, 14, 1307, -3905, 9, -1);
    nrg = CreatePickup(1239, 14, 352, -3918, 13, -1);
    Vortex = CreatePickup(1239, 2, 1442, -4050, 1, -1);
    Rustler = CreatePickup(1239, 14, 1251, -3995, 9, -1);
    return 1;
}
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=158651
Reply
#3

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
sory my Englsh not good how do you want me Understood thes Language can you translate plase
and thnxx
Reply
#4

Use ****** translate=
Reply
#5

Top:

pawn Код:
new pickup[2];
OnGameModeInit
pawn Код:
pickup[0] = CreatePickup(ID_THIS_PICKUP,style,COORDINATES_This_PICKUP);
pickup[1] = CreatePickup(ID_THIS_PICKUP,style,COORDINATES_This_PICKUP);
return 1;
}
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == pickup[0])
{
//Function
SendClientMessage(playerid,COR,"Hello this is tutorials from Garfield");
}
if (pickupid == pickup[1])
{
//Function
SendClientMessage(playerid,COR,"Hello this is tutorials from Garfield");
}
return 1;
}
ID THIS PICKUPS : CLIQUE AQUI
STYLO DAS PICKUPS : CLIQUE AQUI
HOW TO GET DIRECTIONS CLIQUE AQUI
Reply
#6

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
Top:

pawn Код:
new pickup[2];
OnGameModeInit
pawn Код:
pickup[0] = CreatePickup(ID_THIS_PICKUP,style,COORDINATES_This_PICKUP);
pickup[1] = CreatePickup(ID_THIS_PICKUP,style,COORDINATES_This_PICKUP);
return 1;
}
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == pickup[0])
{
//Function
SendClientMessage(playerid,COR,"Hello this is tutorials from Garfield");
}
if (pickupid == pickup[1])
{
//Function
SendClientMessage(playerid,COR,"Hello this is tutorials from Garfield");
}
return 1;
}
ID THIS PICKUPS : CLIQUE AQUI
STYLO DAS PICKUPS : CLIQUE AQUI
HOW TO GET DIRECTIONS CLIQUE AQUI
no
my problem if I put the pickup in High 5 or any High it doesn't show up in High 5 it show up in High 0
and same of them doesn't show up why?? can any one tell me.
Reply
#7

can any one halp me
Reply
#8

can any one halp me
Reply
#9

Try this:

Код:
new Infernus;
new Infernus1;
new MonsterA;
new Sanchez;
new nrg;
new Vortex;
new Rustler;

public OnGameModeInit()
{      
	Infernus = CreatePickup(1239, 14, 53.455848, -1525.799438, 4.697053);    
	Infernus1 = CreatePickup(1239, 14, -2286.081542, -2086.016357, 117.284858);    
	MonsterA = CreatePickup(1239, 14, 1308, -3740, 18);    
	Sanchez = CreatePickup(1239, 14, 1307, -3905, 9);    
	nrg = CreatePickup(1239, 14, 352, -3918, 13);    
	Vortex = CreatePickup(1239, 2, 1442, -4050, 1);    
	Rustler = CreatePickup(1239, 14, 1251, -3995, 9);    
	
	return 1;
}
Reply
#10

Quote:
Originally Posted by DJDhan
Посмотреть сообщение
Try this:

Код:
new Infernus;
new Infernus1;
new MonsterA;
new Sanchez;
new nrg;
new Vortex;
new Rustler;

public OnGameModeInit()
{      
	Infernus = CreatePickup(1239, 14, 53.455848, -1525.799438, 4.697053);    
	Infernus1 = CreatePickup(1239, 14, -2286.081542, -2086.016357, 117.284858);    
	MonsterA = CreatePickup(1239, 14, 1308, -3740, 18);    
	Sanchez = CreatePickup(1239, 14, 1307, -3905, 9);    
	nrg = CreatePickup(1239, 14, 352, -3918, 13);    
	Vortex = CreatePickup(1239, 2, 1442, -4050, 1);    
	Rustler = CreatePickup(1239, 14, 1251, -3995, 9);    
	
	return 1;
}
thnx I did it befor
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)