04.07.2015, 10:11
Quote:
|
Is there any way to know precisely what parameters to use with SendRPC? I mean for the different RPCs out there, I'm experimenting with it now and I would like to know if there is any way to see how to use each RPC correctly. A list of all the RPCs would be appreciated too. Also for SendData too.
Also I don't wanna be annoying, but I'm still waiting for a fix for AttachDynamicObjectToObject because I'm really needing to use it and it's bugged at the moment. |
Quote:
|
Hey Kurta,
I have found an issue. I had problem with Dialogs after i updated YSF from R10 to R13. In some cases ShowPlayerDialog doesn't work and OnDialogResponse too. I repeat: i had these problems from when i updated the plugin, and the script hadn't been edited, only re-compiled. Thank you, and good job BTW ![]() EDIT: I've found out another thing: ShowPlayerDialog won't call OnDialogResponse unless with a Client Command Код:
CMD:p(playerid)
{
ShowPlayerDialog(playerid, DIALOG_CLAN, DIALOG_STYLE_PASSWORD, "Blabla", "BlablaBlabla", "Ok", "Quit");
return 1;
}
Works!
|



