02.07.2009, 11:27
Hi, I used the function exactly like Wiki:http:https://sampwiki.blast.hk/wiki/GetPlayerWeaponData
And the player should get his weapons back later.
I don't know if I've done it correctly but the compiler says "undefined symbol "i"".
Can somebody help?
pawn Код:
for(new i=0;i<13;i++)
{
GetPlayerWeaponData(playerid,i,weapons[i][0],weapons[i][1]);
}
I don't know if I've done it correctly but the compiler says "undefined symbol "i"".
pawn Код:
GivePlayerWeapon(playerid,weapons[w][0],weapons[w][1]);