undefined symbol playerid -_-
#1

It says playerid is undefined on this line:
Код:
SetPlayerMapIcon(playerid, 0, 2393.2886, 2042.5250, 10.8203, 14, 0, MAPICON_GLOBAL);
Reply
#2

Under OnPlayerConnect

pawn Код:
SetPlayerMapIcon(playerid, 14, 2393.2886, 2042.5250, 10.8203, 14, 0,  MAPICON_GLOBAL );
Reply
#3

it is there?:/
Reply
#4

This function only works on publics containing playerid, such as OnPlayerConnect, OnPlayerSpawn etc ...
Reply
#5

Make sure to add the one I gave you as after playerid, 14 <--- that has to be the same as the 14 near the end or else it will show up as a white box
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)