31.08.2014, 19:30
Do you have OPSP.inc in your /pawno/include folder?
Do you have
at the top of your script?
If not, do these. The include can be found here.
Also, it should look like this, you forgot the ArmourLost float at the end:
Do you have
pawn Код:
#include <OPSP>
If not, do these. The include can be found here.
Also, it should look like this, you forgot the ArmourLost float at the end:
pawn Код:
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)