something wrong - 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: something wrong (
/showthread.php?tid=234791)
something wrong -
armyoftwo - 04.03.2011
fixed, problem was in other part of the code.
Re: something wrong -
Jeffry - 04.03.2011
pawn Код:
public OnFilterScriptInit()
{
new bba = 2;
OnPlayerHitBusinessEntrance(0, bba);
return 1;
}
forward OnPlayerHitBusinessEntrance(playerid, bid);
public OnPlayerHitBusinessEntrance(playerid, bid)
{
printf("bid: %i", bid);
return true;
}
prints: