27.06.2016, 21:51
I had problem with these lines:
I had to remove them in order to use Pawn.CMD.
Pawn.CMD.inc(29) : error 025: function heading differs from prototype
Edit: Pawn CMD seems to not work at all for me.
Tried 1 filterscript, 2 gamemodes.
The current includes:
Last time, you said ysi, I'll convert to mysql and try.
PHP код:
#if defined OnPlayerCommandReceived
forward OnPlayerCommandReceived(playerid, cmd[], params[], flags);
#endif
Pawn.CMD.inc(29) : error 025: function heading differs from prototype
Edit: Pawn CMD seems to not work at all for me.
Tried 1 filterscript, 2 gamemodes.
The current includes:
PHP код:
#include <a_samp>
//Include
#include <Pawn.CMD>
#include <streamer>
#include <sscanf2>
#include <YSI\y_ini>