Quote:
Originally Posted by [Full]Garfield[XDB]
Top:
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.