Mismatch script error
#1

Hey guys, I've recently been playing around with my /report command, and When I made it into what I wanted it to be, I received this error:

Code:
C:\Users\Gabriel\Desktop\Community\Server\FC Server\gamemodes\rp.pwn(31593) : error 035: argument type mismatch (argument 1)
C:\Users\Gabriel\Desktop\Community\Server\FC Server\gamemodes\rp.pwn(31595) : error 035: argument type mismatch (argument 1)
C:\Users\Gabriel\Desktop\Community\Server\FC Server\gamemodes\rp.pwn(31597) : error 035: argument type mismatch (argument 1)
C:\Users\Gabriel\Desktop\Community\Server\FC Server\gamemodes\rp.pwn(31598) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
This is the Code 31593 - 31598

Code:
			SendClientMessage(aname, COLOR_RED, "______ REPORT ACCEPTED ______");
			format(string, sizeof(string), "Admin Name %s", AccountInfo[playerid][aName]);
			SendClientMessage(aname, COLOR_WHITE, string);
			format(string, sizeof(string), "Your Name %s",aname);
			SendClientMessage(aname, COLOR_WHITE, string);
			SendClientMessage(aname, COLOR_RED, "____________________________");
Reply


Messages In This Thread
Mismatch script error - by Jigsaw123 - 20.06.2016, 09:50
Re: Mismatch script error - by semara123 - 20.06.2016, 10:00
Re: Mismatch script error - by Jigsaw123 - 20.06.2016, 10:06
Re: Mismatch script error - by semara123 - 20.06.2016, 10:08
Re: Mismatch script error - by luke49 - 20.06.2016, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)