28.05.2017, 15:55
por quк tem duas includes samp?

compile novamente, feche o arquivo, abra novamente CTRL+A em seu GM, crie um novo arquivo pawno CTRL+A no novo arquivo e CTRL +V. E compile novamente.
Na Callback cmdtext adicione isso ao code
abaixo:

compile novamente, feche o arquivo, abra novamente CTRL+A em seu GM, crie um novo arquivo pawno CTRL+A no novo arquivo e CTRL +V. E compile novamente.
Код:
#include <a_samp> #include <DOF2> #include sscanf #include zcmd //#include Foreach #include <lethaldudb2> #define RONALDO_NOL 432 #define FILTERSCRIPT #pragma tabsize 0 #pragma dynamic 145000
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return false;
}
PHP код:
CMD:meucomando(playerid, params[])
{
SendClientMessage(playerid,-1,"Meu Commando!");
return 1;
}

