Hey, I need help with following problem.
I got these two Variables which i would like to add together into a new one
10@ = SAMP.GetPlayerHealthByActorHandle(3@)
11@ = SAMP.GetPlayerArmorByActorHandle(3@)
i.E the player has 40 health and 30 armor. the new variable should be 70. I'd be glad to get some help for other math operations aswell if it is possible.
I got these two Variables which i would like to add together into a new one
10@ = SAMP.GetPlayerHealthByActorHandle(3@)
11@ = SAMP.GetPlayerArmorByActorHandle(3@)
i.E the player has 40 health and 30 armor. the new variable should be 70. I'd be glad to get some help for other math operations aswell if it is possible.