NO commands are working?
#9

Alright
pawn Код:
CMD:scriptinfo(playerid, params[])
{
    new str1[128], str2[128], str3[128], str4[128];
    format(str1, sizeof(str1), "Developer: %s", DEVELOPER);
    format(str2, sizeof(str2), "Mapper: %s", MAPPER);
    format(str3, sizeof(str3), "Version: %s", VERSION);
    format(str4, sizeof(str4), "Web Designer: %s", WEB_DESIGNER);
    SendClientMessage(playerid, COLOR_GREEN, "----------------------------------");
    SendClientMessage(playerid, COLOR_SYSTEM, str1);
    SendClientMessage(playerid, COLOR_SYSTEM, str2);
    SendClientMessage(playerid, COLOR_SYSTEM, str3);
    SendClientMessage(playerid, COLOR_SYSTEM, str4);
    SendClientMessage(playerid, COLOR_GREEN, "----------------------------------");
    return 1;
}
Reply


Messages In This Thread
NO commands are working? - by rubygta - 07.01.2012, 12:24
Re: NO commands are working? - by -CaRRoT - 07.01.2012, 12:48
Re: NO commands are working? - by Konstantinos - 07.01.2012, 13:05
Re: NO commands are working? - by LiamM - 07.01.2012, 13:25
Re: NO commands are working? - by rubygta - 07.01.2012, 14:11
Re: NO commands are working? - by Konstantinos - 07.01.2012, 14:13
Re: NO commands are working? - by rubygta - 07.01.2012, 14:16
Re: NO commands are working? - by Konstantinos - 07.01.2012, 14:18
Re: NO commands are working? - by rubygta - 07.01.2012, 14:25
Re: NO commands are working? - by Konstantinos - 07.01.2012, 14:29

Forum Jump:


Users browsing this thread: 1 Guest(s)