15.02.2014, 07:44
A question, version 3.7 works for SA-MP 0.3z? because i want to call a function from it, for example can i do?
pawn Код:
PLUGIN_EXPORT int PLUGIN_CALL OnPlayerWeaponShot(int playerid, int weaponid, int hittype, int hitid, float fx, float fy,float fz)
{
return 1;
}