Jump to content

Question

Posted

Cand vreau sa scriu comanda /cmds imi scrie ca e necunoscuta ar putea fii un bug

linia

[pawn]

dcmd_cmds(playerid, cmdtext[]) {

    #pragma unused cmdtext

    SendClientMessage(playerid, COLOR_RED,"[LS]Gang-War Commands");

    SendClientMessage(playerid, COLOR_ORANGE,"/help | /turfhelp | /cmds | /credits");

    SendClientMessage(playerid, COLOR_ORANGE,"/pm <playerid> <message> | !<message>");

    SendClientMessage(playerid, COLOR_ORANGE,"/teamstats (teamid) | /teamids ");

    SendClientMessage(playerid, COLOR_ORANGE,"/report <playerid> <reason> | /me <message>");

    SendClientMessage(playerid, COLOR_ORANGE,"/fstyles | /anims  | /neon |  ");

    SendClientMessage(playerid, COLOR_ORANGE,"/usedrug | /givecash | /rob [iD] ");

    SendClientMessage(playerid, COLOR_ORANGE,"/glasses [1 - 33] | /remove ");

    SendClientMessage(playerid, COLOR_ORANGE,"/helpcap ");

    return 1;

}[/pawn]

1 answer to this question

Recommended Posts

Posted

dcmd_cmds(playerid, cmdtext[])

{

    SendClientMessage(playerid, COLOR_RED,"[LS]Gang-War Commands");

    SendClientMessage(playerid, COLOR_ORANGE,"/help | /turfhelp | /cmds | /credits");

    SendClientMessage(playerid, COLOR_ORANGE,"/pm <playerid> <message> | !<message>");

    SendClientMessage(playerid, COLOR_ORANGE,"/teamstats (teamid) | /teamids ");

    SendClientMessage(playerid, COLOR_ORANGE,"/report <playerid> <reason> | /me <message>");

    SendClientMessage(playerid, COLOR_ORANGE,"/fstyles | /anims  | /neon |  ");

    SendClientMessage(playerid, COLOR_ORANGE,"/usedrug | /givecash | /rob [iD] ");

    SendClientMessage(playerid, COLOR_ORANGE,"/glasses [1 - 33] | /remove ");

    SendClientMessage(playerid, COLOR_ORANGE,"/helpcap ");

    return 1;

}

si pune la onplayercommandtext asta:

dcmd(cmds,4,cmdtext)

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.