04.01.2010, 17:41
I want to make a Bot like
example
Skulls Says: Stupid you
Bot: No you are
Can anyone please help
example
Skulls Says: Stupid you
Bot: No you are
Can anyone please help
if(!strcmp(text, "stopit you", true)) { SendClientMessageToAll(0xffffffAA,"Bot: No, you are!"); //EDIT: or SendChat("No, you are!"); }
Originally Posted by GTAguillaume
OnPlayerText:
Код:
if(!strcmp(text, "stopit you", true)) { SendClientMessageToAll(0xffffffAA,"Bot: No, you are!"); //EDIT: or SendChat("No, you are!"); } |