How to make a directory for phone?
#4

pawn Код:
#define MAX_CONTACTS_IN_DIRECTORY 5enum pINFO
#define MAX_NUMBERS_IN_PHONE_NO 10
{
     pCONTACTS[MAX_CONTACTS_IN_DIRECTORY][MAX_NUMBERS_IN_PHONE_NO]
}
new PlayerInfo[MAX_PLAYERS][pINFO];
Something like this may work.
pawn Код:
CMD:addcontact
{
    PlayerInfo[playerid][pCONTACTS][targetid][targetids_phone_no];
}
Reply


Messages In This Thread
How to make a directory for phone? - by KellyG - 31.07.2013, 11:52
Re: How to make a directory for phone? - by Sellize - 31.07.2013, 11:53
Re : How to make a directory for phone? - by KellyG - 31.07.2013, 12:05
Re: How to make a directory for phone? - by RajatPawar - 31.07.2013, 13:29
Re : How to make a directory for phone? - by KellyG - 31.07.2013, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)