function " " should return a value
#2

You should add
pawn Код:
return 1;
At the end of OnPlayerConnect and OnDialogResponse callbacks.
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
//Alot of stuff here
return 1;//There is should be return at the end
}
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
//Alot of stuff here
return 1;//There is should be return at the end
}
Reply


Messages In This Thread
function " " should return a value - by geerdinho8 - 03.05.2010, 10:21
Re: function " " should return a value - by Norck - 03.05.2010, 11:29

Forum Jump:


Users browsing this thread: 1 Guest(s)