09.09.2011, 11:37
(
Последний раз редактировалось Gamer_Z; 09.09.2011 в 12:10.
)
Quote:
Awesome . It's similiar to my system released some months ago. (Sasi-Dialogs)
|
but This script doesn't..
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
new function[32];format(function,sizeof function,"dlg_%i",dialogid);
CallLocalFunction(function,"iiis",playerid,response,listitem,inputtext);//here
return CallLocalFunction("SD_OnDialogResponse","iiiis",playerid,dialogid,response,listitem,inputtext);//here too
}
what do you think of it?
_
Quote:
Basicly yes, and hmm i heard from a friend on msn that there was already something like this... but i never found it/watched the source and it looks a lot the same 0,o even the name "GDialog"... a bit scary lol
|