Jump to content
  • 0

Erori la compilare :D


Question

Posted

C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10724) : error 035: argument type mismatch (argument 5)
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 017: undefined symbol "Commands"
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : fatal error 107: too many error messages on one line
Ce sa fac? Linia 10724
	ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX,"Comenzi", CommandDialog(), "Ok", "Close");
Linia 10754
    Commands[0]='\0';

9zZndmN.png

1 answer to this question

Recommended Posts

Posted

[pawn]new string[32];

format(str,32,"%s"culoare"Comenzi\n");

ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX," ", str, "Ok", "Close");[/pawn]

asta ce vrea sa insemne?

Commands[0]='\0';

Commands nu e definit..[0] ala nu are niciun efect..

Unde il folosesti?da`mi mai multe linii

gXvsYS
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.