28.09.2011, 04:11
Hi,
I'll do it the short way,
I've been developing today a system of car selling with dialogs, i have two errors(not at compiling but at testing) where dialogs just dont show up...
here's the code that I copy pasted and gives me the 2 errors
Dialog ID is correct, and the code before and after this part is repeated often in the code and works...
I've try to find the problem but with no solution....
Thanks...
I'll do it the short way,
I've been developing today a system of car selling with dialogs, i have two errors(not at compiling but at testing) where dialogs just dont show up...
here's the code that I copy pasted and gives me the 2 errors
Quote:
format(message,sizeof(message),"Are you sure you want to buy this car for %i $?",Vehicle[GetPlayerVehicleID(playerid)][ForSell]); ShowPlayerDialog(playerid,2053,DIALOG_STYLE_MSGBOX ,"Vehicle Dealership",message,"Yes","Back"); |
I've try to find the problem but with no solution....
Thanks...