whiplk

[CODE] - GMX(strcmp)

May 11th, 2012
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. //Exemplo de comando-GMX em comparação(strcmp)
  2. //Pedido de ajuda, fórum sa:mp, ViictorDaay-
  3. if ( !strcmp ( cmdtext , "/gmx" , true ) )
  4. {
  5.     if ( !IsPlayerAdmin ( playerid ) )
  6.     {
  7.         return false ;
  8.     }
  9.     SendRconCommand ( "gmx" ) ;
  10.     return true ;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment