Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Exemplo de comando-GMX em comparação(strcmp)
- //Pedido de ajuda, fórum sa:mp, ViictorDaay-
- if ( !strcmp ( cmdtext , "/gmx" , true ) )
- {
- if ( !IsPlayerAdmin ( playerid ) )
- {
- return false ;
- }
- SendRconCommand ( "gmx" ) ;
- return true ;
- }
Advertisement
Add Comment
Please, Sign In to add comment