Jump to content
  • 0

Multiple users found ,please narrow earch


SiNuS

Question

[pawn]  if(strcmp(cmd, "/preturi", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

            new string3[256],string4[256],string5[256],string6[256],string7[256],statsstring[952];

format(string3, sizeof string3, "{0C00F1}Preturi DaTa-GaMe {368001}RPG");

format(string4, sizeof string4, "{0000CC}V.I.P Level 1: /togwhisper + /togphone + 200k$ + Tec9 Spawn + /vc (VIP Chat) - 1 Euro\nV.I.P Level 2: + /addnoss + /neon + /goto + Level up + 500k$ - 3 Euro");

format(string5, sizeof string5, "{990033}V.I.P Level 3: + /sultantune + /elegytune + Masina Personala - 5 Euro\nAdmin Level 1,2,3 - 10 Euro\n{663300}Admin Level 4 - 12 Euro");

format(string6, sizeof string6, "{006633}Helper 1,2,3 - 7 Euro\n{FF0033}Helper 4 - Se da pe merit\n{FF99CC}NRG Personal - 2 Euro");

format(string7, sizeof string7, "{FF9933}Contact: [email protected] sau [email protected]\n{3300FF}Plata se face Prin SMS/Transfer Bancar\n{00FF00}Va multumim!");

format(statsstring, sizeof statsstring, "%s\n%s\n%s\n%s\n%s\n%s",string3,string4,string5,string6,string7);

  ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX+8, 0, "{FF0000}Preturi",statsstring,"Iesi", "");

}

return 1;

}

  if(strcmp(cmd, "/credits", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

            new string3[256],string4[256],string5[256],string6[256],statsstring[952];

format(string3, sizeof string3, "{0C00F1}Credits DaTa-GaMe {368001}RPG");

format(string4, sizeof string4, "{0000CC}Fondator: AnDr3y\nGameMode: AnDr3y");

format(string5, sizeof string5, "{990033}Maping: AnDr3y\nFilterScripts: SA:MP.Ro\n{663300}Partners: ShadoW.");

format(string6, sizeof string6, "{006633}Special Thanks to:\nwTf?\n{FF99CC}ShadoW.");

format(statsstring, sizeof statsstring, "%s\n%s\n%s\n%s\n%s\n%s",string3,string4,string5,string6);

  ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX+8, 0, "{FF0000}Credits",statsstring,"Iesi", "");

}

return 1;

}[/pawn]

Astea sunt comenzile problema , GM-ul se compileaza perfect , dar cand intru in joc si scriu /credits sau /preturi , imi arata textele pe  care le vreau , dar dupa ce se termina ... tot in dialog , sub celelalte texte ,apare Multipl users found , please narrow earch , de ce?

userbar6.jpg
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.