04.12.2016, 18:34
This is the script
This is the error I get, line 8 is the public...
C:\Users\Astro\Desktop\Server1\gamemodes\hi.pwn( : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
could anyone fix it for me?
Код:
public OnPlayerWeaponShot(playerid, 31, 1, hitid, 0.0, 0.0, 0.0) { new szString[144]; format(szString, sizeof(szString), "Weapon %i fired. hittype: %i hitid: %i pos: %f, %f, %f", 31, 1, hitid, 0.0, 0.0, 0.0); return 1; }
C:\Users\Astro\Desktop\Server1\gamemodes\hi.pwn( : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
could anyone fix it for me?