Jump to content
  • 0

Eroare: Array


Slipknot

Question

Salut revin cu o noaua problema:

C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(9084) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(9088) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(9090) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(9104) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(9280) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(23981) : error 047: array sizes do not match, or destination array is too small
Asta a aparut dupa ce am bagat "/factions" in dialog... Comanda /factions:
	if(strcmp(cmd, "/factiuni", true) == 0 || strcmp(cmd, "/factions", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
		    new DialogString2[1000];
            format(DialogString2, sizeof DialogString2, "%s%s%s", factiuni, factiuni2, factiuni3);
	        ShowPlayerDialog(playerid, 72, DIALOG_STYLE_MSGBOX, "Nume server", DialogString2, "Ok", "Inchide");
		}
		return 1;
	}
Restu dela dialog:
    new factiuni[ ] = "\n\n {0000C1}Politia Rutiera [ID:1] - \n {1111FF}Jandarmeria [ID:2] - \n {3C3CFF}Armata Romana [ID:3] - \n Serviciul de Sanatate & Asigurare [ID:4] - \n {FFFF00}La Cosa Nostra [ID:5] - \n {009700}Yakuza [ID:6] - \n {9D0000}Mayor [ID:7] - \n",
	factiuni2[ ] = "{CC00CC}Agentia Cobra [ID:8] - \n {00E6E6}Agentia de Reporterii [ID:9] - \nCompania de Taxi [ID:10]- \nScoala de Instructorii [ID:11]- \n Bloods [ID:12] - \n Crips [ID:13] - \n",
	factiuni3[ ] = "Surenos [ID:14] - \n Nortenos [ID:15] - \nBikers [ID:16] - \nPolice Traffic [ID:17] - \n\n\n";

Vrei ceva? [email protected]

Link to comment
Share on other sites

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.