SA-MP Forums Archive
A little scripting help. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A little scripting help. (/showthread.php?tid=136366)



A little scripting help. - Tisca - 24.03.2010

Hello guys..

I have been playing on alot of roleplaying servers so far, and i really want to learn how to script.

I started a little myself, recently about TEAMS.

So i followed a normal pawno tutorial about teams, but now i get this.

C:\Users\Alex\Desktop\SAMP server\pawno\Santiago Roleplay.pwn(3 : warning 235: public function lacks forward declaration (symbol "SetPlayerTeamFromClass")

And this is my line 38:

public SetPlayerTeamFromClass(playerid, classid)

I cant really figure out what that WARNING means.

Thanks already.


Re: A little scripting help. - aircombat - 24.03.2010

top of script :

Код:
forward SetPlayerTeamFromClass(playerid, classid);