Commands problem
#7

Okay, so the code that Devilxz97 posted didn't fix the problem and still only /kill and /weps worked.
I downloaded zcmd + sscanf but it gives me this error:
Код:
D:\Rockstar Games\GTA San Andreas\samp03e_svr_R2_win32\gamemodes\ifgrandlarc.pwn(586) : warning 203: symbol is never used: "heal"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
here's my code:
Код:
CMD:heal(playerid, o[])
{
	SetPlayerHealth(playerid, 100);
	SetPlayerArmour(playerid, 100);
 	return 1;
}
And yes, I have zcmd in my pawno/includes folder.
Reply


Messages In This Thread
Commands problem - by 7echn0 - 10.08.2012, 23:58
Re: Commands problem - by Devilxz97 - 11.08.2012, 00:04
Re: Commands problem - by CaRa - 11.08.2012, 00:06
Re: Commands problem - by Ranama - 11.08.2012, 00:09
Re: Commands problem - by CaRa - 11.08.2012, 00:10
Re: Commands problem - by Devilxz97 - 11.08.2012, 00:15
Re: Commands problem - by 7echn0 - 11.08.2012, 00:35
Re: Commands problem - by CaRa - 11.08.2012, 00:38
Re: Commands problem - by FalconX - 11.08.2012, 00:57
Re: Commands problem - by 7echn0 - 12.08.2012, 02:21

Forum Jump:


Users browsing this thread: 6 Guest(s)