Weapon saving error.
#1

------
Reply
#2

Whats the error line
Reply
#3

Код:
4299 is GivePlayerWeapon(playerid,pInfo[playerid][pWeapon0],pInfo(playerid[pAmmo0];);
Reply
#4

pawn Код:
4299 is GivePlayerWeapon(playerid,pInfo[playerid][pWeapon0],pInfo(playerid[pAmmo0]; ) ;

to
pawn Код:
GivePlayerWeapon(playerid,pInfo[playerid][pWeapon0],pInfo(playerid[pAmmo0];
You used ; ) ; at the end :P
Reply
#5

EDIT: I'll check it.
Reply
#6

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
No no that's not the problem.
My bad, forgot a bracket there

pawn Код:
GivePlayerWeapon(playerid,pInfo[playerid][pWeapon0],pInfo(playerid[pAmmo0]);
Reply
#7

As I stated above that's not the issue!
Reply
#8

------
Reply
#9

pawn Код:
GivePlayerWeapon(playerid,pInfo[playerid][pWeapon9],pInfo[playerid][pAmmo9]);
Edit: I now saw that post... What is the real problem?
Reply
#10

I've solved it, thank you guys for replying appreciated!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)