SA-MP Forums Archive
Blimps - 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: Blimps (/showthread.php?tid=445160)



Blimps - Nick_Phelps - 20.06.2013

So I am working on a gamemode and it is an edit of a script from the forums... And what is happening is every player has like a blimp you know like the little triangle thing commonly used as a checkpoint... I cannot find the code or I do not know what to look for... Help would be appriciated.... REP will be given


Re: Blimps - PrinceKumar - 20.06.2013

Is this attach with player ?


Re: Blimps - Nick_Phelps - 20.06.2013

Yep it is


Re: Blimps - dannyk0ed - 20.06.2013

Look at the SetPlayerColor

Make sure you have 0x before the color and it won't appear or read about ShowPlayerMarkers


Re: Blimps - Nick_Phelps - 20.06.2013

Quote:
Originally Posted by dannyk0ed
View Post
Look at the SetPlayerColor

Make sure you have 0x before the color and it won't appear or read about ShowPlayerMarkers
Will check this out..


Re: Blimps - Nick_Phelps - 20.06.2013

Hmm well... this is all that is in the script

//ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);


Re: Blimps - MP2 - 20.06.2013

Do you mean the coloured squares on the radar/map? Also please don't double post. There's an edit button - use it.


Re: Blimps - Nick_Phelps - 20.06.2013

Yes whenever a player is like on duty in his / her faction or has a colored name of any kind it shows a square of the players position...


Re: Blimps - 2KY - 20.06.2013

This sounds like a SetPlayerColor issue, but try looking for SetPlayerMarkerForPlayer in the script.


Re: Blimps - Nick_Phelps - 20.06.2013

Quote:
Originally Posted by 2KY
View Post
This sounds like a SetPlayerColor issue, but try looking for SetPlayerMarkerForPlayer in the script.
I already did this.... It still does it.... I dont understand -_-

EDIT: When I search the term SetPlayerMarkerForPlayer I only see a few results.... All of them are for cop backups and hiding the backups... Nothing else... I do not get where this could POSSIBLY be defined..