HELP: waring 209:....
#3

Its still same... and more
warning 209: function "cmd_mpost" should return a value
error 010: invalid function or declaration
Okei.. now i tried this way..

PHP код:
CMD:mpost(playeridparams[])
{
if(
Gate[playerid]==0)
{
    if(!
IsPlayerInRangeOfPoint(playerid10.01700.0000000, -1860.200000013.4000000)) return SendClientMessage(playeridblue"You are not close enough!");
    if(
KasutajaInfo[playerid][[Group] == || KasutajaInfo[playerid][Admin] >= 2)
    
MoveObject(Gate[7], 1700.0000000, -1860.330000013.33200000.050.00.090);
    
SendClientMessage(playeridCOLOR_YELLOW"Barrier opening.");
    
Gate[playerid]=1;
    
}
else if(
Gate[playerid]==1)
{
    
MoveObject(Gate[7], 1700.0000000, -1860.200000013.40000000.050.027090);
    
SendClientMessage(playeridCOLOR_YELLOW"Barrier closing.");
    
Gate[playerid]=0;
    
            }
            else 
KasutusText(playerid"You do not have remote");
        
return 
1;

It works but "You do not have remote" do not work :/
can anyone give me some links or tell me how do I get it work
Reply


Messages In This Thread
HELP: waring 209:.... - by ZumFax - 28.02.2016, 18:31
Re: HELP: waring 209:.... - by MikE1990 - 28.02.2016, 18:34
Re: HELP: waring 209:.... - by ZumFax - 28.02.2016, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)