SA-MP Forums Archive
[Ajuda] OnPlayerText - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] OnPlayerText (/showthread.php?tid=473194)



OnPlayerText - Catchorro - 01.11.2013

Gente meu server nao reconhece eu coloko essa public no final do gm
Quote:

public OnPlayerText(playerid, text[])
{
return 0;
}

e da erro
Quote:

C:\Documents and Settings\Lanterna Negra\Desktop\Teste\gamemodes\Teste.pwn(533) : error 021: symbol already defined: "OnPlayerText"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Re: OnPlayerText - powerths - 01.11.2013

Tentar botar
return 0;
por
return 1;


Re: OnPlayerText - mau.tito - 01.11.2013

Se nгo me engano e callback ja existente .


Re: OnPlayerText - WLSF - 01.11.2013

O problema nгo й o return, й que tu jб tem OnPlayerText em outra parte do GM...

Sу se pode usar 1 callback, nгo pode repetir o mesmo nome, a mesma coisa com variбveis.


Re: OnPlayerText - Catchorro - 01.11.2013

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
O problema nгo й o return, й que tu jб tem OnPlayerText em outra parte do GM...

Sу se pode usar 1 callback, nгo pode repetir o mesmo nome, a mesma coisa com variбveis.
willian vlw e q eu nao tinha percebido q tinha mais de 1 public igual akela eu pesquisei errado obrigado dinovo .