24.05.2009, 17:59
Quote:
|
Originally Posted by JoeDaDude
Ok well this is my first try at IsPlayerInArea
I have the include file so i dont get the include problem But i do get this.... Код:
C:\Documents and Settings\Joe\Desktop\Server\gamemodes\sftdm.pwn(881) : warning 213: tag mismatch C:\Documents and Settings\Joe\Desktop\Server\gamemodes\sftdm.pwn(881) : warning 202: number of arguments does not match definition C:\Documents and Settings\Joe\Desktop\Server\gamemodes\sftdm.pwn(881) : warning 202: number of arguments does not match definition C:\Documents and Settings\Joe\Desktop\Server\gamemodes\sftdm.pwn(881) : warning 202: number of arguments does not match definition pawn Код:
What am i doing wrong? |
pawn Код:
if(IsPlayerInArea(playerid, 2356.912, -2700.379, 2832.266, -2356.926))
{
SendClientMessage(playerid, COLOR_WHITE, "Test Positive");
}

