20.05.2011, 18:51
im making a /repair command and when you type it i want it so if your vehicle health is 1000 you cant
but i get the warning?
please help ty
Код:
if(GetVehicleHealth(playerid) < 1000) return SendClientMessage(playerid,COLOR_RED,"Your Vehicle Is Already Full Health!");
Код:
C:\Users\********\Desktop\********\gamemodes\ct.pwn(766) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.