SA-MP Forums Archive
Problem with markers system. [+rep for helpers] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with markers system. [+rep for helpers] (/showthread.php?tid=499585)



Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

Hello guys, I have a problem with the system of markers, for explain: I put on my private server pizza job filterscript with a markers system. and the server dont show me the markers on the map and totality.

Picture for explain:



Thank you ver much for helpers and +rep.


Re: Problem with markers system. [+rep for helpers] - DanRellex - 08.03.2014

Can you explain further? Do you want an icon to show on your minimap? I'll need a little more info to help you.


Re: Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

In the minimap and in the front of the player.


Re: Problem with markers system. [+rep for helpers] - DanRellex - 08.03.2014

Quote:
Originally Posted by howtodo
Посмотреть сообщение
In the minimap and in the front of the player.
To add an icon to your minimap try using this.
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
To add an icon infront of you try using this.
https://sampwiki.blast.hk/wiki/CreatePickup


Re: Problem with markers system. [+rep for helpers] - Dipto - 08.03.2014

can u show us the script that u have ?


Re: Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

Quote:

SetPlayerCheckpoint(playerid,1099.0345,-1194.4751,18.1079,4);//40
GameTextForPlayer(playerid, " ", 2000, 5);
GivePlayerMoney(playerid, 500000);
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
RemovePlayerFromVehicle(playerid);
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid,COLOR_AQUA," ");
}

Its explain to the code...


Re: Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

Quote:
Originally Posted by DanRellex
Посмотреть сообщение
To add an icon to your minimap try using this.
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
To add an icon infront of you try using this.
https://sampwiki.blast.hk/wiki/CreatePickup
No I meant marker pickup, but thanks for the reply...


Re: Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

?


Respuesta: Problem with markers system. [+rep for helpers] - ghost556 - 08.03.2014

Can you show us the command for it to appear.


Re: Problem with markers system. [+rep for helpers] - howtodo - 08.03.2014

This is not only the fireman, It also at the pizza boy job and more system when work with markers point...