Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Why other players cant see the health pickup on dead bodie?

$
0
0
Top of script

Code:

new Health;
I did that on OnPlayerDeath

Code:

        // Getting the player's Health pickup
        new Float:x,Float:y,Float:z;
        GetPlayerPos(playerid,x,y,z);
        Health = CreatePickup(1240,4,x+2,y,z,0);
        SetTimer("Health_Timer", 15000, false);

Code:

forward Health_Timer();
public Health_Timer()
{
    DestroyPickup(Health);
    return 1;
}


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>