15.02.2014, 12:54
Some people had issues with OnPlayerWeaponShot lacks a definition and other things. Make sure you place this code above #include <streamer>
pawn Код:
/////
#define BULLET_HIT_TYPE_NONE 0
#define BULLET_HIT_TYPE_PLAYER 1
#define BULLET_HIT_TYPE_VEHICLE 2
#define BULLET_HIT_TYPE_OBJECT 3
#define BULLET_HIT_TYPE_PLAYER_OBJECT 4
forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ);
/////
#include <streamer>