Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
like sometimes when people log in there name will be coloured.
i want a command were they could use to change it to white only
SetPlayerColor(playerid,TEAM_WHITE_COLOR);
that
the command like this /nc reset
means namecolor reset
Posts: 617
Threads: 129
Joined: Feb 2014
thats better than using a command
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid,TEAM_WHITE_COLOR);
return 1;
}
Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
C:\Users\MdotC\Desktop\New folder (3)\gamemodes\HRP.pwn(128867) : error 029: invalid expression, assumed zero
C:\Users\MdotC\Desktop\New folder (3)\gamemodes\HRP.pwn(128867) : error 017: undefined symbol "cmd_nc"
C:\Users\MdotC\Desktop\New folder (3)\gamemodes\HRP.pwn(128867) : error 029: invalid expression, assumed zero
C:\Users\MdotC\Desktop\New folder (3)\gamemodes\HRP.pwn(128867) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Posts: 515
Threads: 5
Joined: Jun 2007
Reputation:
0
I already gave you the answer in your other topic about this subject.. why are you asking for help if you just ignore the answers anyway? And why did you open a new topic?
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
So what's the problem, you know how to use the function, and what function to use, but you're too lazy to put it into a command?