20.07.2014, 05:36
I don't need getplayerpos, i need to get a point.
Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) { if( hittype == BULLET_HIT_TYPE_PLAYER && hitid != INVALID_PLAYER_ID ) { // And what is fX,fY,fZ it'is a position get with GetPlayerPos ? } }