Want to change color
#1

I found the command "SetPlayerColor"...
When I am using it, I should write (playerid, color)
What should I write at Color?
Reply
#2

Yes:

PHP код:
SetPlayerColor(playeridcolorid); 
Reply
#3

When I am using it, I should write (playerid, colorid)
What should I write at Colorid?
Reply
#4

the colour ID, for example,

Green: 0x33AA33AA

Red: 0xAA3333AA

White: 0xFFFFFFAA

Pink: 0xFF66FFAA

etc... If you want Red for example you do this

PHP код:
SetPlayerColor(playerid0xAA3333AA); 
Reply
#5

Thanks...
And I'll ask something more, Are there any irc channels for Sa-mp?
Reply
#6

Quote:
Originally Posted by DragonYancy
Посмотреть сообщение
Thanks...
And I'll ask something more, Are there any irc channels for Sa-mp?
Yes.

Server: irc.foco.co
Port: 6667 / 6697(SSL)
Channels: #sa-mp, #sa-mp.scripting
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)