Whats wrong ?
#1

Hey, I am trying to make a simple "afk" command so if I type it, it will send out that " %s player is away from keyboard!"

This is what I've done:

Код:
COMMAND:afk(playerid,params[])
{
    new string[125]
    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));
    return 1;
}
Errors:

Код:
(14214) : error 001: expected token: ";", but found "-identifier-"
(14214) : error 012: invalid function call, not a valid address
(14214) : warning 215: expression has no effect
(14214) : error 001: expected token: ";", but found ")"
(14214) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
Whats wrong ? - by Jhony_Blaze - 12.12.2014, 20:46
Re: Whats wrong ? - by lulo356 - 12.12.2014, 20:47
Re: Whats wrong ? - by DaTa[X] - 12.12.2014, 20:48
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:02
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:10
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:12
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:14
Re: Whats wrong ? - by Jhony_Blaze - 12.12.2014, 21:17
Re: Whats wrong ? - by lulo356 - 12.12.2014, 21:18
Re: Whats wrong ? - by AdHaM612 - 12.12.2014, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)