Quote:
Originally Posted by wups
pawn Код:
if( strcmp( cmd, "/help", true ) == 0 ) { if( !strlen( cmdtext ) ) return SendClientMessage(playerid, ERROR, "Use: /help [MESSAGE]"); new string[ 128 ]; // 128 is the max chat string! format( string, sizeof string, "[ ! ] %s[ID:%d] asks help:%s", name, playerid, cmdtext[4] ); SendClientMessageToAdmins( string ); SendClientMessage( playerid, GREEN, "You Message Has Been Sent To Online Admins." ); }
|
it's not still working perfectly, when i type /help How to use car?
it says: [ ! ]Paul_Newton asks help: pHow to use car?