Quote:
Originally Posted by Dwane
pawn Код:
public OnPlayerCommandText( playerid, cmdtext[ ] ) { if( strcmp( "/url", cmdtext, true, 4 ) == 0 ) { SendClientMessage( playerid, COLOR_GREEN, "www.ZynaGaming.com" ); // Do something here return 1; } return 0; }
|
still error 001
EDIT : nvm it worked thanks all