Need Help Urgent
#1

i was mapping a gm then i got this error

Code:
J:\final\gamemodes\gm.pwn(1448 -- 1449) : error 029: invalid expression, assumed zero
Please Help Me Urgent

This is the line Which Is Getting The Error

Code:
if (strcmp("/credits", cmdtext, true, 10) == 0)
	{
	ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Credits", "~r~Owner: [R]ock[S]tar [S]py[K]er \n~g~Scripter:[R]ock[S]tar \n~y~Mappers: [S]py[K]er Abdalrhman",
	return 1;
}
	return 0;
}
Reply
#2

pawn Code:
ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Credits", "~r~Owner: [R]ock[S]tar [S]py[K]er \n~g~Scripter:[R]ock[S]tar \n~y~Mappers: [S]py[K]er Abdalrhman", "Close", "");
Reply
#3

Already told him on FB.
Reply
#4

if (strcmp("/credits", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Credits", "~r~Owner: [R]ock[S]tar [S]py[K]er \n~g~Scripter:[R]ock[S]tar \n~y~Mappers: [S]py[K]er Abdalrhman",
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)