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



GetPlayerColor - MR_MAN - 09.06.2012

Okay... basically I'm trying to store the return value of GetPlayerColor(playerid) inside a string. Been playing around for a while now but no luck
Any pointers in the right direction would be a big help thanks!


Re: GetPlayerColor - Vince - 09.06.2012

Colors are numbers, not strings. Furthermore, GetPlayerColor will only work if SetPlayerColor has been used before.