cmd kill
#1

error
Код:
(324) : error 076: syntax error in the expression, or invalid function call
LINE 324
Код:
                if(sscanf(params,  "ui", targetid, SetPlayerHealth)) return SendClientMessage(playerid, 0x33AA33AA, "[BA:RP] Ubijen si od strane admina!");
Reply
#2

Bump
Reply
#3

Код HTML:
new hp;
if(sscanf(params,  "ui", targetid, hp)) return SendClientMessage(playerid, 0x33AA33AA, "[BA:RP] Ubijen si od strane admina!");
else
	SetPlayerHealth(targetid, float(hp));
Mistake: sscanf(params, "ui", targetid, SetPlayerHealth)
SetPlayerHealth is a native-function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)