Which ? (PAWN Public ws New Public)
#3

The one you call "PAWN public" is not a PAWN public, but it's a forward like BlahBlahBlah would be.

In your a_samp.inc, there's the forward for your "PAWN public"
Code:
forward OnPlayerKeyStateChange(playerid, newkeys, oldkeys);
And for your BlahBlahBlah callback, you'd need also a forward, like this
Code:
forward BlahBlahBlah(playerid);
So, it's always the same.








Quote:
Originally Posted by CodeStyle175
View Post
Point for creating new function is to use it many places, but when its used in one place there isnt need for that.
This guy doesn't know what a callback is, so I doubt you'll be able to explain him what a function is out of nowhere.
Reply


Messages In This Thread
Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 18:45
Re: Which ? (PAWN Public ws New Public) - by CodeStyle175 - 25.04.2016, 19:00
Re: Which ? (PAWN Public ws New Public) - by iKevin - 25.04.2016, 19:07
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 19:29
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 25.04.2016, 19:33
Re: Which ? (PAWN Public ws New Public) - by CodeStyle175 - 25.04.2016, 22:35
Re: Which ? (PAWN Public ws New Public) - by Mauzen - 25.04.2016, 22:46
Re: Which ? (PAWN Public ws New Public) - by introzen - 26.04.2016, 07:41
Re: Which ? (PAWN Public ws New Public) - by ProRakNet - 26.04.2016, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)