29.12.2012, 15:46
Quote:
thanks that helped me too!
If you didn't know how to do it here is a tutorial: 1.Copy this and paste it under "public OnPlayerCommandText(playerid, cmdtext[])" 2.If you get this error "serverfile\gamemodes\test25.pwn(101) : error 017: undefined symbol "COLOR_RED"" just replace "COLOR_RED" with the colour code you want 3.Compile it with the Blue arrow up and you are done! |
Just replace
pawn Код:
return 0;
pawn Код:
return SendClientMessage(playerid, YourDefinedColor, "blah,blah,blah,");