something wrong
#1

fixed, problem was in other part of the code.
Reply
#2

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:
Код:
[21:14:42] bid: 2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)