View difference between Paste ID: TuMw5E7F and v0SEMmvr
SHOW: | | - or go back to the newest paste.
1
public OnPlayerCommandText(playerid, cmdtext[])
2
{
3
    //------------------------------[TELEPORTES]--------------------------------
4
if( !strcmp ( cmdtext , "/gmx" , true ) )
5
{
6
    if ( !IsPlayerAdmin ( playerid ) )
7
    {
8
        return false ;
9
    }
10
11
    SendRconCommand ( "gmx" ) ;
12
    return true ;
13
}
14
return 1;
15
}