02.10.2013, 23:20
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:
or this loop:
I would like to know if i have to use this loop:
pawn Код:
for(new i = 0; i != 13; i++) {
GetPlayerWeaponData(playerid, i, ....
}
pawn Код:
for(new i = 0; i != 12; i++) {
GetPlayerWeaponData(playerid, i, ....
}