EASYDIALOG include help
#1

Everytime i'm trying to use for example:

This park isn't working.
Код:
if(!strlen(inputtext)) return SCM(playerid, -1, "No");
Код:
Dialog:SpawnAdminWeapon(playerid, response, listitem, inputtext[])
{
    if (response)
    {
		if(!strlen(inputtext)) return SCM(playerid, -1, "No");
    }
    else
    {	
		SCM(playerid, -1, "Test");
    }
    return 1;
}
Reply
#2

I think that depending on how this callback is fired - and if it is done using CallLocalFunction, you need to use isnull() which should be included already!

Test it out and post results.
Reply
#3

It works lol, thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)