Posts: 190
Threads: 37
Joined: Jul 2010
Reputation:
0
this is cmd in my script:
command(me, playerid, params[])
{
new Message[128], string[ 128 ];
if( sscanf( params, "z", Message) )
{
SendClientMessage( playerid, WHITE, "SYNTAX: /me [action]" );
}
else
{
if(strlen(Message) < 1 || !IsPlayerConnectedEx( playerid ) )
{
return 1;
How to change color cmd /me to color purple?
Posts: 190
Threads: 37
Joined: Jul 2010
Reputation:
0
Camacron THIS ERROR
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15670) : error 017: undefined symbol "cmdtext"
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15672) : error 017: undefined symbol "cmdtext"
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15672) : warning 215: expression has no effect
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15672) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15672) : error 029: invalid expression, assumed zero
C:\Documents and Settings\p\Desktop\indo\gamemodes\VortexRoleplay.p wn(15672) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Posts: 190
Threads: 37
Joined: Jul 2010
Reputation:
0
@Basicz error again
hmm please help me