13.03.2013, 11:32
Hey guys, I just cant solve this problem.
I used this: https://sampforum.blast.hk/showthread.php?tid=413986
But, somehow it keeps giving me this error :/
And here is the line
I used this: https://sampforum.blast.hk/showthread.php?tid=413986
But, somehow it keeps giving me this error :/
Код:
C:\Users\Vinay\Documents\samp03x_svr_R1-2_win32 (1)\gamemodes\prestigerp.pwn(13602) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
if(newkeys & KEY_SECONDARY_ATTACK) { if(EnteredInterior[playerid]) return cmd_exit(playerid, "Exit"); else return cmd_enter(playerid, "enter"); return 1;//13602 }