Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Heal la si in joc.


Question

Guest Fr0st
Posted

Am si eu o problem in primul rand cand se coneceaza un player are heal de 30 % cam asasi la respawn la fel cum as putea face sa fie maca 80 si inca o problema daca ar putea healu sa dureze mai mult sa nu ma se consume asa usor

6 answers to this question

Recommended Posts

Guest Fr0st
Posted

Si sa dureze healu mai mult in joc pot?

Guest Fr0st
Posted

Nu Nu stiu asa dar ma refer ca viata sa se termine mai greu daca pot undeva la 2 3 ore asa intelegi faca cu spavn heal mia explicat

Posted

Simplu :)

la:

public OnPlayerSpawn(playerid)
{ 
pui
SetPlayerHealth(playerid,99999999);
SetTimer("DestroyGodmode",3000,0);
dupa aia faci asa. jos la script' forwardam DestroyGodmode

forward DestroyGodmode();

public DestroyGodmode()
{
for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
{
SetPlayerHealth(playerid,cat vrei tu);
}
return 1;
}

Incearca si zi daca ii bine

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.