Scripting Error!
#1

This line right here
Код:
rp.pwn(1310) : error 001: expected token: ",", but found ";"
Код:
format(msg, sizeof(msg), "NumAJails:[%s] NumKicks:[%s] NumBans[%s]",getNumberString(GetPVarInt(targetid, "NumAJAils")),getNumberString(GetPVarInt(targetid, "NumKicks")), getNumberString(GetPVarInt(targetid, "NumBans"));
Please help me
Reply
#2

Show me the line 1309.
Reply
#3

Remove those " Beafore NumAJails and After NumBAns
Reply
#4

Код:
	if(EAdminFlags:GetPVarInt(playerid, "AdminFlags") != EAdminFlags_None) {
		format(msg, sizeof(msg), "NumAJails:[%s] NumKicks:[%s] NumBans[%s]",getNumberString(GetPVarInt(targetid, "NumAJAils")),getNumberString(GetPVarInt(targetid, "NumKicks")), getNumberString(GetPVarInt(targetid, "NumBans"));
		SendClientMessage(playerid, COLOR_LIGHTRED, msg);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)