2 problems
#7

Quote:
Originally Posted by Dan_Barocu
Посмотреть сообщение
1.problem i think like this..

Код:
if(!IsPlayerInRangeOfPoint(playerid, -1955.7682, 306.0241, 41.0471 && !IsPlayerInRangeOfPoint(playerid, 2051.8413,86.1440,28.3977) && !IsPlayerInRangeOfPoint(playerid, -2141.5591,-256.7738,40.7195)) return 1;
    return SendClientMessage(playerid, red, "You are not at a robbery location."); return 1;
   else return 0;
}
try it please.
I suggest you, if you don't know what are you posting, don't post it at all
1st:
pawn Код:
if( !IsPlayerInRangeOfPoint( playerid, 7.0, -1955.7682, 306.0241, 41.0471 ) && !IsPlayerInRangeOfPoint( playerid, 7.0, -2051.8413, 86.1440, 28.3977 ) && !IsPlayerInRangeOfPoint( playerid, 7.0, -2141.5591, -256.7738, 40.7195 ) )
    return SendClientMessage( playerid, red, "You are not at a robbery location." );
You forgot the range on the parameters.

2nd:
it's
pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
You forgot the size
Reply


Messages In This Thread
2 problems - by Face9000 - 27.01.2012, 14:59
Re: 2 problems - by Dan_Barocu - 27.01.2012, 15:06
Re: 2 problems - by Face9000 - 27.01.2012, 15:12
Re: 2 problems - by Dan_Barocu - 27.01.2012, 15:14
Re: 2 problems - by Face9000 - 27.01.2012, 15:16
Re: 2 problems - by [HK]Ryder[AN] - 27.01.2012, 15:16
Re: 2 problems - by Konstantinos - 27.01.2012, 15:17
Re: 2 problems - by Sasoft - 27.01.2012, 15:18
Re: 2 problems - by Konstantinos - 27.01.2012, 15:21
Re: 2 problems - by Face9000 - 27.01.2012, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)