Posts: 68
Threads: 19
Joined: Jan 2012
Hello, I'll trying to add some map icons to my game.
Here a example
pawn Code:
SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL );
I get the error that MAPICON_LOCAL undefined is. May I need a include for it?
Posts: 1,662
Threads: 199
Joined: Dec 2011
Reputation:
0
Add this on OnGamemode Init.
where did u place it?
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
Which version of SA-MP are you using?
Posts: 68
Threads: 19
Joined: Jan 2012
I use samp 0.3d, and I placed it under OnGameModeInit()
Posts: 1,662
Threads: 199
Joined: Dec 2011
Reputation:
0
place under onplaeyrconnect
Posts: 68
Threads: 19
Joined: Jan 2012
Okay, than is the samp Wiki incorrect;p But thanks
Posts: 68
Threads: 19
Joined: Jan 2012
Place it under onplayerconnect not working...
Posts: 68
Threads: 19
Joined: Jan 2012
Working