05.06.2010, 22:18
so is the command used like? /tank liters? if so then strval(tmp); // will = the liters so
etc that help?
pawn Код:
else if(strval(tmp) >= 101)
{
SendClientMessage(playerid,FARBE_WEIЯ,"Du kanntst nicht ьber 100 Liter tanken!");
TogglePlayerControllable(playerid,1);
return 1;
}