17.07.2018, 06:17
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;
}