How would I update a SetPlayerMapIcon?
#1

I.e /backup, How would I make it update say; every one second? I know about timers etc, if someone could just explain to me.

+ rep for best answer.
Reply
#2

SetPlayerMapIcon wont stay at the corner of the map for the player to follow. If you want a marker on the map the player can follow destrory and create player checkpoints so the player can follow it from his minimap.

pawn Код:
SetPlayerCheckPoint();
Reply
#3

under OnGameModeInit add

pawn Код:
SetTimer("UpdateMapIc", 1000, true); //call function "UpdateMapIc" evry 1 sec
and create public function with name "UpdateMapIc" and in there add things to update or evry ou want
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)