cellphone audio
#3

Just a tip to optimize your codes

PHP код:
if(Mobile[playerid] != INVALID_PLAYER_ID) return SendClientMessage(playeridCOLOR_WHITE"  you're already on a call..."); 
Instead of:

PHP код:
if(Mobile[playerid] != INVALID_PLAYER_ID
    { 
        
SendClientMessage(playeridCOLOR_WHITE"  you're already on a call..."); 
        return 
1
    } 
Reply


Messages In This Thread
cellphone audio - by JamalMaddox - 25.05.2016, 21:34
Re: cellphone audio - by ilijap - 25.05.2016, 21:37
Re: cellphone audio - by oMa37 - 25.05.2016, 21:51
Re: cellphone audio - by JamalMaddox - 26.05.2016, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)