Quote:
Originally Posted by Riddick94
I'll give you an example because i hate PVars.
pawn Код:
GetPlayerWeaponData(i, w, CheckActuallyWeapons, CheckActuallyAmmo); if(CheckActuallyWeapons != PlayerWeapons) { Kick(i); }
I just prefer to use variables not Pvars. I think i can't help you with Pvars.
|
can you give a code with a variables use? some base that I can deal...