Help with ZCMD
#1

Everytime i add a command it compiling good but this is an exmaple:

CMD:me(playerid, params[])
{
if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /me [action]");
new string[128];
format(string, sizeof(string), "* %s %s", GetPlayerNameEx(playerid), params);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE);
return 1;
}

the error is
Код:
Current directory: C:\Users\Paul\Desktop\MyOwnRP\gamemodes
rp.pwn(344) : warning 203: symbol is never used: "me"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
================ READY ================
Reply


Messages In This Thread
Help with ZCMD - by PaulDinam - 30.06.2012, 21:29
Re: Help with ZCMD - by WagnerPM - 30.06.2012, 21:34
Re: Help with ZCMD - by Toreno - 30.06.2012, 21:36
Re: Help with ZCMD - by PaulDinam - 30.06.2012, 21:44
Re: Help with ZCMD - by WagnerPM - 30.06.2012, 21:54

Forum Jump:


Users browsing this thread: 1 Guest(s)