27.05.2016, 15:45 
	
	
	
		Hello.
When i enter this command ingame, nothing happends.
Did i miss something?
	
	
	
	
When i enter this command ingame, nothing happends.
Did i miss something?
PHP код:
COMMAND:temp(playerid,params[])
{
    for(new v=0; v < PlayerInfo[playerid][amountofcars]; v++)
    {
    new string[420];
    format(string,sizeof(string),"%i(%i)",cInfo[v][carmodelid],cInfo[v][db_id]);
    ShowPlayerDialog(playerid,DIALOG_CARSPAWN,DIALOG_STYLE_LIST,"Car spawning",string,"Spawn","Close");
    }
    return 1;
} 





