Posts: 28
Threads: 3
Joined: May 2015
Reputation:
0
So im making this thread for people who can help answer my questions, So to start off, i have a few questions
Does anyone have a tutorial on how to make a simple hospital system?
Does anyone know why when i relog into my server after logging off, i only have 1 HP?
and the final question for now.
Does anyone know or know where to find a tutorial on making factions for an rp server?
Posts: 270
Threads: 7
Joined: Apr 2015
If you having problem with loading player's HP check this out:
Код:
new Float: HP;
GetPlayerHealth(playerid, HP);
printf("Health: %f", HP); // You have to save the HP in your database (float type) then load it correct as float too.
What Vince said is correct, you are wrong somewhere in loading or saving or setting or getting player's HP.
Posts: 28
Threads: 3
Joined: May 2015
Reputation:
0
So heres another good question. If i wanted to make a faction such as the LSPD or FBI. Would i make that the same way id make an admin group?
Posts: 28
Threads: 3
Joined: May 2015
Reputation:
0
I have another question, this one a bit akward to explain.
I wanna make gun material points yea? But i want the points to change every 24H. Say, checkpoint is behind a restaurant, and i want it to change the next day to another designated location. is that possible?
Posts: 28
Threads: 3
Joined: May 2015
Reputation:
0
Another question rises!
What includes would i need to make a faction in an RP script?