03.11.2014, 08:09
Put the crashdetect in your plugins..
I think it's a Heap underflow..
I think it's a Heap underflow..
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype
EDIT:
My friend told me that commands can not be found without sscanf2.. How can I fix these errors?: Код:
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype |
if(!IsPlayerAdmin(playerid)||PlayerInfo[playerid][pAdmin] < 7) return SendClientMessage(playerid,0xFF0000FF,"{FF0000}[SERVER]You're not authorized to use that command.");
Remove this line for a while and lets see if it works
pawn Код:
|
COMMAND:kill(playerid, params[]) { SetPlayerHealth(playerid, 0.0); return 1; }