warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
#1

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37874) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
Reply
#2

Quote:
Originally Posted by aslan890
Посмотреть сообщение
Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37874) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
Add this above:
pawn Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
Reply
#3

Quote:
Originally Posted by Adytza.
Посмотреть сообщение
Add this above:
pawn Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
Now i got only this error:

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
Код:
	SetDisabledWeapons(43,44,45);
Reply
#4

https://sampwiki.blast.hk/wiki/OnPlayerPrivmsg
Particularly read the first line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)