29.01.2014, 19:00
Quote:
IsPlayerInDynamicArea doesn't crash for me. Are you sure you aren't just accessing an array out of bounds in your script? Check what the CrashDetect plugin tells you.
|
pawn Код:
CMD:meh( playerid, params[ ] )
{
printf( "Player %d in invalid area %d: %d", playerid, 1337, IsPlayerInDynamicArea( playerid, 1337 ) );
return 1;
}
I hope you will add them, at least the first one, I need it. xD