Need Help With Error/Scripting - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need Help With Error/Scripting (
/showthread.php?tid=329224)
Need Help With Error/Scripting -
Swemonstere - 27.03.2012
(39) : error 035: argument type mismatch (argument 2)
Here is the line 39: SendClientMessageToAll(playerid,0xAA3333AA,"This Server has now %d Registred Users.");
Re: Need Help With Error/Scripting -
Kyle_Olsen - 27.03.2012
Yeah... Two fails here...
pawn Код:
new string[128];
format(string, sizeof(string), "The server now has %d registered users", WhatEverParameterName);
SendClientMessageToAll(0xAA3333AA, string);
Re: Need Help With Error/Scripting -
Swemonstere - 27.03.2012
EDIT:NEVER MIND