16.12.2011, 16:03
(
Последний раз редактировалось GamingTurf; 16.12.2011 в 20:20.
)

1.) Is this possible?
2.) How could i optimize it for the following script (OnDialogResponse):
'Inputtext' is the DIALOG LIST. It results 'Zak (Earnt $200000 blablabla).
I'd like it to just recognize 'Zak'.
pawn Код:
new msg[100];
format(msg,sizeof(msg),"Selected player: %s", inputtext);
SendClientMessage(playerid, COLOR_WHITE, msg);