Need Help With Error/Scripting
#1

(39) : error 035: argument type mismatch (argument 2)

Here is the line 39: SendClientMessageToAll(playerid,0xAA3333AA,"This Server has now %d Registred Users.");
Reply
#2

Yeah... Two fails here...

pawn Код:
new string[128];
format(string, sizeof(string), "The server now has %d registered users", WhatEverParameterName);
SendClientMessageToAll(0xAA3333AA, string);
Reply
#3

EDIT:NEVER MIND
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)