help with Pickup
#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


Messages In This Thread
help with Pickup - by cca - 15.07.2010, 21:10
Re: help with Pickup - by zSuYaNw - 15.07.2010, 21:44
Re: help with Pickup - by cca - 15.07.2010, 23:19
Re: help with Pickup - by oliverrud - 15.07.2010, 23:30
Re: help with Pickup - by zSuYaNw - 15.07.2010, 23:57
Re: help with Pickup - by cca - 16.07.2010, 02:12
Re: help with Pickup - by cca - 16.07.2010, 12:56
Re: help with Pickup - by cca - 16.07.2010, 16:28
Re: help with Pickup - by DJDhan - 16.07.2010, 17:07
Re: help with Pickup - by cca - 17.07.2010, 10:48

Forum Jump:


Users browsing this thread: 1 Guest(s)