help...
#1

hello,i wanted to ask,is there some function like ifplayercolor,if u got color white at TAB you it will be like ifplayercolor COLOR_WHITE or smth?
Reply
#2

https://sampwiki.blast.hk/wiki/GetPlayerColor

Important note: GetPlayerColor will return nothing unless SetPlayerColor has been used!
Reply
#3

how can i use it? like if i wanna make radio with only white named ppl can hear it?
Reply
#4

pawn Код:
if(GetPlayerColor(playerid) == 0xFFFFFFAA)
{
// code.
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)