Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ShowPlayerPhoneContact(playerid) {
- new
- string[512];
- format(string, 512,"\
- SELECT \
- `PhoneBook`.`Namez`,\
- `PhoneBook`.`Num`,\
- `nNHVrlXYmR`.`TelNum`,\
- `nNHVrlXYmR`.`Online_status`,\
- `PhoneBook`.`Group` \
- FROM \
- `nNHVrlXYmR` \
- INNER JOIN \
- `PhoneBook` \
- ON \
- `nNHVrlXYmR`.`NickName` = `PhoneBook`.`Namez` \
- WHERE \
- `PhoneBook`.`Name` = '%s' \
- ORDER \
- BY \
- `PhoneBook`.`Group` \
- DESC;",Name(playerid));
- mysql_tquery(SI_TEMP[sMySQL], string, "MysqlShowContacts", "d", playerid);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement