23.02.2016, 06:48
here are the warnings
and here are the lines:-
Thank You [ Will +Rep]
Код:
C:\Users\Shaikh\Desktop\SAMP\gamemodes\bare.pwn(150) : warning 209: function "OnPlayerDeath" should return a value C:\Users\Shaikh\Desktop\SAMP\gamemodes\bare.pwn(224) : warning 203: symbol is never used: "DM" C:\Users\Shaikh\Desktop\SAMP\gamemodes\bare.pwn(224) : warning 203: symbol is never used: "DMenter" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
Код:
public OnPlayerDeath(playerid, killerid, reason) { if(InDM[playerid] == 1) return 1; <<<<<< Line 150 }
Код:
CMD:DM(playerid, params[]) idk these are the cmd but in warnings its giving warning 203: symbol is never used: "DM