problem
#1

i made a script but it giving a error can anyone tell me how to fix it
'''''C:\DOCUME~1\JTECHC~1\Desktop\announce.pwn(1 : error 001: expected token: "#endif", but found "-end of file-"
HELP ME
Reply
#2

Go to your line 18.
Delete -end of file- and put there #endif.
Reply
#3

THX MATE
+rep
Reply
#4

No prob
Reply
#5

Код:
announce(playerid,params[]) {
    if(PlayerInfo[playerid][Level] >= 1) {
        CMDMessageToAdmins(playerid,"ANNOUNCE");
    	if(!strlen(params)) return SendClientMessage(playerid,red,"Syntax Error: \"/ANNOUNCE <TEXT>\".");
		return GameTextForAll(params,4000,3);
    } else return SendClientMessage(playerid,red,"ERROR: You need to be level 1 to use this command");
}
Anyone know that its right or wrong
Reply
#6

Anyone knows this
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)