Skip to content

21thyear/mobile_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mobile Checker

A Mobile Checker, you can check player device!

Main features

  • Изменить клиента игрока
  • Включение отображения статуса игрока (Мобильный игрок/Клиент)
  • Использование PawnRak.Net при наличии

Installation

Include in your code and begin using the library:

#include <mobile_checker.inc>

Example

CMD:checkdevice(playerid, params[])
{
    extract params -> new target_id; else return true;
    new string[144];
    GetPlayerDevice(target_id, string);
    
    return SendClientMessage(playerid, -1, string);
}

Dependencies

  • PAWNRAKNET
  • a_samp

Used Interceptions

  • Mobile_OnPlayerConnect
  • Mobile_OnPlayerSpawn
  • Mobile_OnPlayerDisconnect
  • Mobile_OnGameModeInit

Stocks

  • GetDeviceInfo(playerid, string[], len = sizeof string)
  • GetClientID(playerid)
  • ChangeMobileType(playerid, type)
  • ChangePlayerHash(playerid, hash[])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages