Pickup Issue
#5

Ehm, you've got mapicons on the same coords as the pickups?

0.3c has the following new function in setplayermapicon, which will add a checkpoint to the location of the mapicon:

Code:
#define MAPICON_LOCAL             0 // displays in the player's local area
#define MAPICON_GLOBAL            1 // displays always
#define MAPICON_LOCAL_CHECKPOINT  2 // displays in the player's local area and has a checkpoint marker
#define MAPICON_GLOBAL_CHECKPOINT 3 // displays always and has a checkpoint marker

native SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style = MAPICON_LOCAL);
This might be the problem.

Can be solved by using
Code:
SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style = 1);
for all the mapicons.
Reply


Messages In This Thread
Pickup Issue - by Dark-Pheonix - 29.12.2010, 06:35
Re: Pickup Issue - by Dark-Pheonix - 29.12.2010, 06:50
Re: Pickup Issue - by Dark-Pheonix - 29.12.2010, 07:06
Re: Pickup Issue - by Mean - 29.12.2010, 08:18
Re: Pickup Issue - by Geso - 29.12.2010, 09:06
Re: Pickup Issue - by Dark-Pheonix - 29.12.2010, 18:56
Re: Pickup Issue - by Geso - 30.12.2010, 07:40

Forum Jump:


Users browsing this thread: 3 Guest(s)