Skip to content

OnPlayerConnectViaSampMobile

Adib edited this page Nov 4, 2023 · 1 revision

Description

This callback is called when the player connects the server with the sa-mp mobile client.

Usage

public OnPlayerConnectViaSampMobile(playerid) 
{
    SendClientMessage(playerid, -1, "You are using SA-MP Mobile client!");
}
Clone this wiki locally