30.01.2012, 14:13
Would this work through an include?I am creating include and i wanna do if a player includes it in his scrip the would be able to use it as a callback like in his GM
pawn Код:
#include <include>
public IsPlayerInWater(playerid)
{
//code here
return 1;
}

