03.08.2018, 14:38
Quote:
Check the wiki and the included modes - how to do this is literally one of the first things ever documented in SA-MP.
|
Can you help me how to call it? or send me links?
i have this: (i will add more)
PHP код:
new Float:PositionsSite[][] =
{
{916.3109,-1095.9436,24.2969},
{910.6329,-1096.0295,24.2969}
};
PHP код:
if(!IsPlayerInRangeOfPoint(playerid, 3.0, PositionsSite)) return SendClientMessage(playerid, COLOR_LIGHTRED, "* You are not in the site positions !");
Код:
error 035: argument type mismatch (argument 3) warning 215: expression has no effect error 001: expected token: ";", but found ")" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line