06.04.2014, 09:36
oke thanks but how to put that on cmd ?
example
but that cmd only work when player have 2 ticket , and if player have 2 ticket and use that cmd , player ticket will be Decrease .
example
pawn Код:
CMD:heal(playerid,params[]) {
#pragma unused params
SetPlayerHealth(playerid, 100);
}