What am I doing wrong
#1

What did I do wrong here

pawn Код:
CMD:test(playerid,params[])
{
    new string[128];
    format(string, sizeof(string), "%s used /test command", GetName(playerid));
    SendClientMessage(playerid, COLOR_YELLOW, string);
    return true;
}

stock GetName(playerid)
{
    new string[MAX_PLAYER_NAME];
    GetPlayerName(playerid,string,sizeof(string));
    return string;
}
Reply


Messages In This Thread
What am I doing wrong - by SeniorGamer - 14.06.2014, 01:11
Re: What am I doing wrong - by SilentSoul - 14.06.2014, 01:13
Re: What am I doing wrong - by SeniorGamer - 14.06.2014, 01:14
Re: What am I doing wrong - by Dignity - 14.06.2014, 01:17
Re: What am I doing wrong - by SeniorGamer - 14.06.2014, 01:18
Re: What am I doing wrong - by SilentSoul - 14.06.2014, 01:21
Re: What am I doing wrong - by SeniorGamer - 14.06.2014, 01:22
Re: What am I doing wrong - by Laure - 14.06.2014, 01:42
Re: What am I doing wrong - by SickAttack - 14.06.2014, 02:15
Re: What am I doing wrong - by Threshold - 14.06.2014, 04:40

Forum Jump:


Users browsing this thread: 2 Guest(s)