i had problem help!
#1

When i do this commands i got problem so guys helpp me

Quote:

dcmd_ask(playerid, params[])
{
new message[128], string[128], name[MAX_PLAYER_NAME];
if (sscanf(params, "s", message)) SendClientMessage(playerid, COLOR_GREY, "Usage: /ask [message] Ask The Admins");
{
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s(%d): %s",name, playerid, message);
SendMessageToAdmins(COLOR_BLUE, string);
return true;
}
}

error i got :

Quote:

D:\Documents and Settings\MrThift\Desktop\maxe.pwn(327) : error 017: undefined symbol "SendMessageToAdmins"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply
#2

Did you forward the SendMessageToAdmins?
Reply
#3

what you mean

forward SendMessageToAdmins Liek this you mean explain
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)