HELP: waring 209:....
#1

now i really need help, i have warning like that, but why??: warning 209: function "cmd_mpost" should return a value
PHP код:
//mechanic barrier 
CMD:mpost(playeridparams[])
if(
KasutajaInfo[playerid][Group] == || KasutajaInfo[playerid][Admin] >= 2)
{
if(
Gate[playerid]==0)
{
    if(!
IsPlayerInRangeOfPoint(playerid10.01700.0000000, -1860.200000013.4000000)) return SendClientMessage(playeridblue"You are not close enough!");
    
MoveObject(Gate[7], 1700.0000000, -1860.330000013.33200000.050.00.090);
    
SendClientMessage(playeridCOLOR_YELLOW"Barrier opening.");
    
Gate[playerid]=1;
    return 
1;
}
else if(
Gate[playerid]==1)
{
    if(!
IsPlayerInRangeOfPoint(playerid10.01700.0000000, -1860.200000013.4000000)) return SendClientMessage(playeridblue"You are not close enough!");
    
MoveObject(Gate[7], 1700.0000000, -1860.200000013.40000000.050.027090);
    
SendClientMessage(playeridCOLOR_YELLOW"Barrier closing.");
    
Gate[playerid]=0;
    return 
1;
}
return 
1;

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)