Quote:
Originally Posted by Mean
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 ); SendClientMessageToAdmins( string ); SendClientMessage( playerid, GREEN, "You Message Has Been Sent To Online Admins." ); }
Maaybe?
|
It works, exept when i write /help How to use car?
It says: [ ! ] Paul_Newton asks help: /help How to use car?
Can you make fix it?