Dialog ?
#1

How To Create A Dialog About The GPS system ?
Here My Code :
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/gps", cmdtext, true, 10) == 0)
	{
		ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Job", "Trucker\nPizza\nMeChanic", "OK","Cancel");
		return 1;
	}
	return 0;
}
?? How Do I SetPlayerCheckpoint When Player Click In The Trucker Job ??
Sorry For bad English !
Reply
#2

OnDialogResponse
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)