problem with pickups
#6

Quote:
Originally Posted by Crystyan12
Посмотреть сообщение
try this way
pawn Код:
for(new i; i < MAX_ENTERS; i++) {
    if(pickupid ==Enters[i]) {
            GameTextForPlayer(playerid, "~g~/enter~g~ to enter", 2000, 3);
    }
    if(pickupid ==Exits[i]) {
            GameTextForPlayer(playerid, "~g~/exit~g~ to exit", 2000, 3);
    }
 }
and
pawn Код:
if(pickupid == Banks[b])
nope found the answer.. XD
because i use streamer, i had to use the callback:
OnPlayerPickUpDynamicPickup(playerid, pickupid);
Reply


Messages In This Thread
problem with pickups - by Stefans94 - 09.10.2011, 12:38
Re: problem with pickups - by Stefans94 - 09.10.2011, 14:21
Re: problem with pickups - by aRoach - 09.10.2011, 14:22
Re: problem with pickups - by Stefans94 - 09.10.2011, 14:50
Re: problem with pickups - by Crystyan12 - 09.10.2011, 15:01
Re: problem with pickups - by Stefans94 - 09.10.2011, 15:20

Forum Jump:


Users browsing this thread: 3 Guest(s)