A Mobile Checker, you can check player device!
- Изменить клиента игрока
- Включение отображения статуса игрока (Мобильный игрок/Клиент)
- Использование PawnRak.Net при наличии
Include in your code and begin using the library:
#include <mobile_checker.inc>
CMD:checkdevice(playerid, params[])
{
extract params -> new target_id; else return true;
new string[144];
GetPlayerDevice(target_id, string);
return SendClientMessage(playerid, -1, string);
}
- PAWNRAKNET
- a_samp
- Mobile_OnPlayerConnect
- Mobile_OnPlayerSpawn
- Mobile_OnPlayerDisconnect
- Mobile_OnGameModeInit
- GetDeviceInfo(playerid, string[], len = sizeof string)
- GetClientID(playerid)
- ChangeMobileType(playerid, type)
- ChangePlayerHash(playerid, hash[])