can't take HP pickup on interiors
#7

Quote:
Originally Posted by wallen
Посмотреть сообщение
What you mean by type 4
Try changing this:
Код:
new Float:x,Float:y,Float:z; 
GetPlayerPos(playerid,x,y,z); 
Health[playerid]=CreatePickup(1240,4,x,y,z+0.2,GetPlayerVirtualWorld(playerid));
SetTimerEx("Health_Timer", 10000, false, "i", playerid);
To this:
Код:
new Float:x,Float:y,Float:z; 
GetPlayerPos(playerid,x,y,z); 
Health[playerid]=CreatePickup(1240,1,x,y,z+0.2,GetPlayerVirtualWorld(playerid));
SetTimerEx("Health_Timer", 10000, false, "i", playerid);
Reply


Messages In This Thread
can't take HP pickup on interiors - by wallen - 26.02.2018, 13:35
Re: can't take HP pickup on interiors - by PepsiCola23 - 26.02.2018, 14:08
Re: can't take HP pickup on interiors - by wallen - 26.02.2018, 14:30
Re: can't take HP pickup on interiors - by NaS - 26.02.2018, 15:17
Re: can't take HP pickup on interiors - by wallen - 26.02.2018, 16:42
Re: can't take HP pickup on interiors - by PepsiCola23 - 26.02.2018, 16:44
Re: can't take HP pickup on interiors - by Ducati - 26.02.2018, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)