Jump to content

Question

Posted

Salutare SA-MP.ro, am o comanda de /buyvip si am pus-o in GM, intru in joaca, dau /buyvip, apare dialogul asta:

[pawn]

CMD:buyvip( playerid, params[ ] )

{

    ShowPlayerDialog( playerid, BuyVip, DIALOG_STYLE_MSGBOX,"{E60000}Buy {FFFF00}V{E60000}.{FFFF00}I{E60000}.{FFFF00}P", "{00FF00}ENG: {FF9900}Select your language!\n{00FF00}RO: {FF9900}Selectati Limba!", "Romana", "English" );

    return 1;

}

[/pawn]

Dar, apas limba Romana Sau English si nimic nu apare, dilogul anterior dispare si altceva nimic nu apare, iti continui jocul:

[pawn]

if ( dialogid==BuyVip )

{

if ( response )

{

new strgvip[ 2048 ];

strcat( strgvip,"{FFFF00}Buna! {FF9900}Ai selectat limba romana!\nEu iti voi arata cum poti cumpara {FF9900}V{FFFF00}.{FF9900}I{FFFF00}.{FF9900}P pe {E60000}Romania {FFFF00}My {0000BB}Server{FF9900}, cat costa si alte informatii!\n\n\n");

strcat( strgvip,"Pentru inceput trebuie sa stii Regulamentul {FFFF00}V.I.P-ilor!\n{E60000}Regulament:\n1 ){FF9900}Nu ai voie sa te teleportezi ( /vgoto ) de mai multe ori si sa-l omori!\n{E60000}2 ){FF9900}Nu ai voie sa vorbesti vulgar in chat-ul V.I.P-ilor( #)\n{E60000}3 ){FF9900}Nu ai voie sa iti schimbi numele ( /vname ) intr-un nume folosiit si sa faci abuz pe seama lui!\n");

strcat( strgvip,"{E60000}4 ){FF9900}Nu ai voie sa dai /vspec pe un admin!\n{E60000}5 ){FF9900}Nu ai voie sa dai sa folosesti comanda /vspec in timpul unui event\n{E60000}6 ){FF9900}Nu ai voie sa folosesti comenzile /ltc[1-12] in timpul unui DeathMatch!\n");

strcat( strgvip,"Si alte chestii similare...\n\n\nApoi trebuie sa stii ce inseamna V.I.P pe serverul nostru {E60000}My {FFFF00}Server {0000BB}Name\n{FF9900}Dictionar RDU=> {E60000}V.I.P {FF9900}=> Echipa de scripteri a vrut ca playeri ce joaca mult pe server\nsa aiba mai multe comenzi decat playeri simpli\n");

strcat( strgvip,"Asa ca au creat un script cu care poti cumpara V.I.P! V.I.P-urile au comenzi ce alti playeri nu au\nDeci in concluzie V.I.P-ul este un om importat pe serverul nostru:D!\n\n");

strcat( strgvip,"Apoi {FF9900}V{FFFF00}.{FF9900}I{FFFF00}.{FF9900}P-ul se plateste cu Coins!\n{FF9900}V{FFFF00}.{FF9900}I{FFFF00}.{FF9900}P-ul se platesete cu monede ( /monede )\n\n{00FF00}Deci vrei sa cumperi V.I.P?\n\n\n");

ShowPlayerDialog( playerid, BuyVip2, 0,"{FFFF00}Cumpara V{E60000}.{FFFF00}I{E60000}.{FFFF00}P",strgvip, "Da", "Nu");

}

else

{

new strgvip[ 2048 ];

strcat( strgvip,"{FFFF00}Hello! {FF9900}You have selected English!\nI'll show you how you cand buy {FF9900}V{FFFF00}.{FF9900}I{FFFF00}.{FF9900}P on {E60000}Roamnia {FFFF00}My Server {0000BB}Stunt{FF9900}, how much cost and more informations!\n\n\n");

strcat( strgvip,"To begin you must know the {FFFF00}V.I.P {FF9900}Rules!\n{E60000}Rules:\n1 ){FF9900}You can not teleport ( /vgoto ) several to a player and kill him!\n{E60000}2 ){FF9900}You can not speak dirty on the V.I.P chat( #)\n{E60000}3 ){FF9900}You can not change your name ( /vname ) to a name in use and make abouse of him!\n");

strcat( strgvip,"{E60000}4 ){FF9900}You can not use /vspec on a admin!\n{E60000}5 ){FF9900}You can not use /vsepc to a player at the event!\n{E60000}6 ){FF9900}You can not use /ltc[1-12] at the DeathMatch!\n");

strcat( strgvip,"And the others matter related...\n\n\nThen you need to know what is V.I.P on our server {E60000}Server{FFFF00}My {0000BB}Name!\n{FF9900}Dictionary RDU=> {E60000}V.I.P {FF9900}=> The scripters team make a V.I.P system for all players who \nplay hard and help the server!\n");

strcat( strgvip,"So all V.I.P members can use other commands that normal players can't use!\n\n\nBut you must know ho much cost:\n{FF9900}V{FFFF00}.{FF9900}I{FFFF00}.{FF9900}P cost Coins ( /coins )\n\n{00FF00}So you wan to buy V.I.P?\n\n\n");

ShowPlayerDialog( playerid, BuyVip3, 0,"{FFFF00}Buy V{E60000}.{FFFF00}I{E60000}.{FFFF00}P",strgvip, "Yes", "No");

}

}

[/pawn]

Care e problema, ce am omis?

2 answers to this question

Recommended Posts

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.