Jump to content

Question

Posted

screens : http://img26.imageshack.us/i/erors.png/

Am incercat sa fac un dialog cu factiunile si nu merge :|

  if(strcmp(cmd, "/factions", true) == 0)
    {
        ShowPlayerDialog(playerid,7,DIALOG_STYLE_MSGBOX,"Evolved Factions","1. Police Departament\n2. FBI\n3. National Guard\n4. Medics\n5. La Cosa Nostra\n6. Yakuza\n7. Hitman\n8. News Reporter\n9. Taxy Cab\n10. School Instructor\n11.,"Ok","Inchidere");

tin sa mentionez ca e prima data cand folosesc dialog :D deci nu ma pricep cu dialogurile 

mca.png

6 answers to this question

Recommended Posts

Posted

tu realizei ca comanda nu are cauta sub

public OnGameModeInit nu?...

comanda trb pusa sub

public OnPlayerCommandText(playerid,cmdtext[])
{
 if(strcmp(cmd, "/factions", true) == 0)
    {
        ShowPlayerDialog(playerid,7,DIALOG_STYLE_MSGBOX,"Evolved Factions","1. Police Departament\n2. FBI\n3. National Guard\n4. Medics\n5. La Cosa Nostra\n6. Yakuza\n7. Hitman\n8. News Reporter\n9. Taxy Cab\n10. School Instructor\n11.,"Ok","Inchidere"); 
return 1;
}
 }

icnearco asa ca tiam fakuta dar...ce vrei sa faka aceast dialog..?

a si data vitoare sa postezi la Probleme GodFather ca pun pariu ca e roleplay...

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

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.