Help Again
#1

Quote:

C:\Documents and Settings\Admin\Desktop\CountrySide RolePlay 2.1\CountrySide RolePlay 2.1\gamemodes\cs.pwn(9301) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
C:\Documents and Settings\Admin\Desktop\CountrySide RolePlay 2.1\CountrySide RolePlay 2.1\gamemodes\cs.pwn(10271) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 4292 bytes
Code size: 462412 bytes
Data size: 1033028 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5513 cells (22052 bytes)
Total requirements: 1516116 bytes

2 Warnings.

And how can't i'm changes mode
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=469217

and

https://sampwiki.blast.hk/wiki/SetGameModeText
Reply
#3

you need repair this too

Quote:

C:\Documents and Settings\Admin\Desktop\CountrySide RolePlay 2.1\CountrySide RolePlay 2.1\gamemodes\cs.pwn(9301) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
C:\Documents and Settings\Admin\Desktop\CountrySide RolePlay 2.1\CountrySide RolePlay 2.1\gamemodes\cs.pwn(10271) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")

it is simple

pawn Код:
forward OnPlayerPrivmsg(/* the parameters here */);
forward OnPlayerInfoChange(/* the parameters here */);
Reply
#4

Just do stock instead of forward & public
and change the mode OnGameModeInit
Код:
SetGameModeText("WRITE HERE WHAT EVER YOU LIKE TO WRITE FOR GM MODE");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)