[HELP]Hunger System
#2

Quote:
Originally Posted by faff
Посмотреть сообщение
Hello, I'm working on a hunger system, Thirst system, and sleep system.
I was asking myself, if this would be possible?

Код:
	hhunger = PlayerInfo[playerid][pHunger];
    PlayerInfo[playerid][pHunger] = hhunger-1;
?
Why don't you do simply
pawn Код:
PlayerInfo[playerid][pHunger]--;
Other wise that will work but it will take you computer memory.
Reply


Messages In This Thread
[HELP]Hunger System - by faff - 06.06.2013, 12:59
Re: [HELP]Hunger System - by MA_proking - 06.06.2013, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)