Why CallLocalFunction crash server ?
#1

Код:
public OnDialogResponse(playerid,dialogid,response,listitem,inputtext[])
{
        DialogID[playerid] = -1;
	return CallLocalFunction("SBR_OnDialogResponse","iiiis",playerid,dialogid,response,listitem,inputtext);
}
when i response on dialog than server crash :/
Reply
#2

Solved

EDIT:

Код:
error 017: undefined symbol "NULL"
how to define NULL ?
Reply
#3

pawn Код:
#define NULL "\1\0"
should work, I guess.
Reply
#4

ok thanks

finaly solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)