Posts: 145
Threads: 14
Joined: Aug 2012
14.09.2012, 20:50
(
Последний раз редактировалось Yiin; 27.09.2012 в 17:15.
Причина: DELETED
)
Posts: 145
Threads: 14
Joined: Aug 2012
Quote:
Originally Posted by NoahF
Nice dude. Looks legit!
|
Thanks!
Posts: 145
Threads: 14
Joined: Aug 2012
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Did you even test or compile this? It won't work.
Posts: 145
Threads: 14
Joined: Aug 2012
Quote:
Originally Posted by SuperViper
Did you even test or compile this? It won't work.
|
It compile without errors. I will try to make video
Posts: 145
Threads: 14
Joined: Aug 2012
15.09.2012, 20:51
(
Последний раз редактировалось Yiin; 27.09.2012 в 17:16.
)
Quote:
Originally Posted by ReVo_
WhilePlayerUseINV(playerid)
{
If(inv_warnings[playerid] == 20 or 30 or 40) SetPlayerHealth(playerid, GetPlayerHealth * 0.5);
If(inv_warnings[playerid] == 50) Kick(playerid);
}
this cant compile w/o errors man :/
or = ||
GetPlayerHealth not work as you do
new Float:h;
GetPlayerHealth(playerid, h);
SetPlayerHealth(playerid, h * 0.5);
|
oh, cmon.... this is not even code....
Код:
Because my english is so bad, let me explain in PAWN language.