[Ajuda] 2 WARNINGS Nгo entendi??
#1

Quote:
Quote:

C:\Documents and Settings\Administrador\Desktop\GM Beta\gamemodes\FSMINI.pwn(853) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\Administrador\Desktop\GM Beta\gamemodes\FSMINI.pwn(1422) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

linha 853

Quote:

public OnPlayerPrivmsg(playerid, recieverid, text[])
{
return 1;

linha 1422
Quote:

public OnPlayerInfoChange(playerid)
{
return 1;

Reply
#2

Pelo que eu entendi esta faltando a forward delas declarada, adicione o cуdigo no topo ou no fim do GM

Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
forward OnPlayerInfoChange(playerid);
Reply
#3

Sobre OnPlayerPrivmsg:

Quote:

Warning: This callback was removed in SA-MP 0.3. See below how to create a /pm command.

https://sampwiki.blast.hk/wiki/OnPlayerPrivmsg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)