Jump to content
  • 0

[GF/RP] Probleme comenzi


Question

Posted

Deci am adaugat comenziile /cmds /about /credits /teles cu BigString , dar dau compilare intru in gm ma loghez dar daca vreau sa scriu /cmds imi zice comanda nu exista dar daca scriu /teles , /credits tot nu merge.

if(strcmp(cmdtext,"/cmds",true)==0)
{
    new BigString[1900];
    strcat(BigString, "{6EF83C}|=========================================|\n", 1900 );
    strcat(BigString, "{6EF83C}| {F81414}General:{6EF83C} /cmds /rules /teles /about.|\n");
    strcat(BigString, "{6EF83C}| {F81414}Account:{6EF83C} /register /login.|\n");
    strcat(BigString, "{6EF83C}| {F81414}Vehicle:{6EF83C} /fix /lock /unlock /flip /sb /carcolor .|\n");
    strcat(BigString, "{6EF83C}| {F81414}Othher: {6EF83C} /para /freeweap /needcash|\n");
    strcat(BigString, "{6EF83C}| {F81414}Player: {6EF83C} /mycolor /myweather /news|\n");
    strcat(BigString, "{6EF83C}|=========================================|\n", 1900 );
    ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "{6EF83C}----- {F81414}GENERAL COMMAND {6EF83C}-----", BigString, "-->oK<--","");
    return 1;
}

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

1 answer to this question

Recommended Posts

Guest Cip007
Posted

vezi poate ai zcmd in include

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.