[HELP]RolePlay Bug
#1

on any rp script that i load on my server the users will only get 50% health but if i do /sethp <name> 100 then it sets to 100 i leave come back and back at 50%.. Can someone help me please
Reply
#2

Search for SetPlayerHealth(playerid, 50.0); or SetPlayerHealth(playerid, 50);

Most likely you can find one under OnPlayerSpawn(playerid) callback, if yes change it to SetPlayerHealth(playerid, 100);

Or just add
SetPlayerHealth(playerid, 100);

In the end of OnPlayerSpawn(playerid) callback.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)