20.11.2012, 16:39
I have this error:
This is line 4198
This is the script its in
Its in OnPlayerPickupPickup I have two others, its fine.. I think its the multiple functions im trying to give this one?
pawn Код:
(4198) : error 029: invalid expression, assumed zero
pawn Код:
else
pawn Код:
if(pickupid == copdutypoint)
if(GetPlayerTeam(playerid) == 100) GivePlayerWeapon(playerid, 3, 1); GivePlayerWeapon(playerid, 22, 99); GivePlayerWeapon(playerid, 27, 50);
else
SendClientMessage(playerid, 0xAA3333AA, "You can't go on duty! You're not a cop");