About the loop for() used with GetPlayerWeaponData
#1

I have a doubt, it seems a bit silly to talk about it but many users who say one thing and others who say another, I would like to sincerely explanations.


I would like to know if i have to use this loop:

pawn Код:
for(new i = 0; i != 13; i++) {
    GetPlayerWeaponData(playerid, i, ....
}
or this loop:

pawn Код:
for(new i = 0; i != 12; i++) {
    GetPlayerWeaponData(playerid, i, ....
}
Reply


Messages In This Thread
About the loop for() used with GetPlayerWeaponData - by iJumbo - 02.10.2013, 23:20
Re: About the loop for() used with GetPlayerWeaponData - by Jefff - 02.10.2013, 23:25
Re: About the loop for() used with GetPlayerWeaponData - by iJumbo - 02.10.2013, 23:33

Forum Jump:


Users browsing this thread: 1 Guest(s)