15.05.2013, 00:29
A funзгo OnPlayerCommandText precisa retornar algum valor, coloque return 1; antes da ъltima chave
ex:
ex:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/talzinho", true)) { if(talzinho == 1) { SendClientMessage(playerid, -1, "Talzinho foi ativado, agora ele й um pinto no lixo"); } } return 1; }