How to make a directory for phone?
#1

Hi, how to create a directory for our phone, including grouping conacts:
Their name, their phone number, and with a limited number of slots (30 for example), then enter 30 contacts maximum. Bye
Reply
#2

Whaatttt.... ?!
Reply
#3

A menu for group contacts (phone number, as well as the nickname of the person) on the phone, a wholesale directory.
Sorry for my english.

exemple :

http://image.noelshack.com/fichiers/...-26f7b9419.png
Reply
#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
#5

So to show our contacts?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)