Function related issue.
#8

Instead of confusing you (and my (and our)) mind, you might try this:
PHP код:
stock PlayerPhoneExist(playerid)
{
    new
        
string[128]
    ;
    if(
PlayerInfo[playerid][phonenumber]<1)
    {
        
format(string ,sizeof(string),"I/A");
        print(string);
    }
    else
    {
        
printf("%d"PlayerInfo[playerid][phonenumber]);
    }
    return 
1;

Reply


Messages In This Thread
Function related issue. - by SlayerHodge - 16.07.2018, 21:24
Re: Function related issue. - by IdonTmiss - 16.07.2018, 21:26
Re: Function related issue. - by SlayerHodge - 17.07.2018, 00:00
Re: Function related issue. - by Dayrion - 17.07.2018, 03:20
Re: Function related issue. - by SlayerHodge - 17.07.2018, 03:30
Re: Function related issue. - by GangstaSunny. - 17.07.2018, 04:03
Re: Function related issue. - by GhostHacker9 - 17.07.2018, 04:09
Re: Function related issue. - by Hreesang - 17.07.2018, 06:17
Re: Function related issue. - by SlayerHodge - 17.07.2018, 17:23

Forum Jump:


Users browsing this thread: 3 Guest(s)