06.05.2011, 18:24
Thanks, but you forgot to opening curly brace after the conditional statement of the for loop.
Thanks for your help, but that still does not solve my problem.
pawn Код:
for(new i = 0; 3 > i; i++) {
GivePlayerWeapon(playerid, WeaponsPolice[0][i][0], WeaponsPolice[0][i][1]);
}

