20.12.2010, 18:36
Why doesn't this work:
And ignore the warnings..
And don't troll plox
I want the guy to get full health only if his health is below 100
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/Ikky Wikky Medicine *puke*", cmdtext, true, 27) == 0)
{
GetPlayerHealth(playerid) == < 99;
{
SendClientMessage(playerid,0xFF0000,"Lies you has full health already!");
}
}
else
GetPlayerHealth(playerid) == > 100;
{
SendClientMessage(playerid,0xFF0000,"There ya go nub");
SetPlayerHealth(100);
GivePlayerMoney(playerid,-1337);
}
}
return 1;
}
return 0;
}
Код:
C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(94) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg") C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(103) : warning 202: number of arguments does not match definition C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(103) : error 029: invalid expression, assumed zero C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(103) : warning 215: expression has no effect C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(109) : warning 202: number of arguments does not match definition C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(109) : error 029: invalid expression, assumed zero C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(109) : warning 217: loose indentation C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(109) : warning 215: expression has no effect C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(112) : warning 202: number of arguments does not match definition C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(116) : error 010: invalid function or declaration C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(118) : error 010: invalid function or declaration C:\Users\hp\Desktop\Stuff\Server\filterscripts\GettyHealth.pwn(121) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
And don't troll plox
I want the guy to get full health only if his health is below 100


