Jump to content
  • 0

/teles


Deejaybwg

Question

Am facut un dialog /teles:

[pawn] if(strcmp(cmdtext, "/teles", true) == 0)

    {

    ShowPlayerDialog(playerid,teles3,DIALOG_STYLE_LIST,"Teleports","Stunts - {FF9900}/stunts\n{FFFFFF}Jumps - {FF9900}/jumps - /jumps2\n{FFFFFF}DeathMatch - {FF9900}/dm - /dm2\n{FFFFFF}Races - {FF9900}/races\n{FFFFFF}Fun Teles - {FF9900}/funteles\n{FFFFFF}City - {FF9900}/city\n{FFFFFF}Kartings - {FF9900}/kartings\n{FFFFFF}Parkour Zones - {FF9900}/parkours\n{FFFFFF}Club Zones - {FF9900}/clubs\n{FFFFFF}Tunning Garage - {FF9900}/tg\n{FFFFFF}Drifts - {FF9900}/drifts\n{FFFFFF}Others - {FF9900}/others","OK","Close");

    return 1;

    }[/pawn]

Si dupa compile imi apare asa:

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3229) : error 075: input line too long (after substitutions)

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3230) : error 037: invalid string (possibly non-terminated string)

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3230) : error 017: undefined symbol "Cl"

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : error 017: undefined symbol "ose"

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : warning 215: expression has no effect

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : error 001: expected token: ";", but found ")"

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : error 029: invalid expression, assumed zero

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : fatal error 107: too many error messages on one line

De ce nu merge sa fac dialog-ul mai lung ? Ca mai am de adaugat inca ceva in dialog-ul asta si am fost nevoit sa sterg. Cum il fac sa pot sa adaug mai multe ?

Si erorile

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3230) : error 017: undefined symbol "Cl"

C:\Users\thebwgg\Desktop\RSG UPDATES !\RSG4564212RO.pwn(3231) : error 017: undefined symbol "ose"

cum nu sunt definite "Cl" si "ose" :| Nu inteleg erorile astea 2..

Help ? :undecided:

www.youtube.com/thebwgg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Incearca asa:

[pawn]

if(strcmp(cmdtext, "/teles", true) == 0)

{

    ShowPlayerDialog(playerid,teles3,DIALOG_STYLE_LIST,"Teleports","Stunts - {FF9900}/stunts\n{FFFFFF}Jumps - {FF9900}/jumps - /jumps2\n{FFFFFF}DeathMatch - {FF9900}/dm - /dm2\n{FFFFFF}Races - {FF9900}/races\n{FFFFFF}Fun Teles - {FF9900}/funteles\n{FFFFFF}City - {FF9900}/city\n{FFFFFF}Kartings - {FF9900}/kartings\n{FFFFFF}Parkour Zones - {FF9900}/parkours\n{FFFFFF}Club Zones - {FF9900}/clubs\n{FFFFFF}Tunning Garage - {FF9900}/tg\n{FFFFFF}Drifts - {FF9900}/drifts\n{FFFFFF}Others - {FF9900}/others\n","OK","Close");

    return 1;

}

[/pawn]

ai uitat sa pui \n dupa 

/others []..[]{FFFFFF}Others - {FF9900}/others\n","OK","Close");/code]

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.