10.08.2011, 11:11
I'll give you an example because i hate PVars.
I just prefer to use variables not Pvars. I think i can't help you with Pvars.
pawn Код:
GetPlayerWeaponData(i, w, CheckActuallyWeapons, CheckActuallyAmmo);
if(CheckActuallyWeapons != PlayerWeapons)
{
Kick(i);
}