26.09.2016, 10:48
Hello, i have problem with plugin Pawn.CMD
https://sampforum.blast.hk/showthread.php?tid=608474
When install all and compile get this errors:
Pawn.CMD include:
http://pastebin.com/gPCVKCfs
56 line:
60 line:
55-61 line:
https://sampforum.blast.hk/showthread.php?tid=608474
When install all and compile get this errors:
Код:
C:\Users\Antonio\Desktop\UNDERSTYLE ROLEPLAY - SAMP\pawno\include\Pawn.CMD.inc(56) : error 025: function heading differs from prototype C:\Users\Antonio\Desktop\UNDERSTYLE ROLEPLAY - SAMP\pawno\include\Pawn.CMD.inc(60) : error 025: function heading differs from prototype
http://pastebin.com/gPCVKCfs
56 line:
Код:
forward OnPlayerCommandReceived(playerid, cmd[], params[], flags);
Код:
forward OnPlayerCommandPerformed(playerid, cmdtext[], success)
Код:
#if defined OnPlayerCommandReceived forward OnPlayerCommandReceived(playerid, cmd[], params[], flags); #endif #if defined OnPlayerCommandPerformed forward OnPlayerCommandPerformed(playerid, cmdtext[], success) #endif