[FilterScript] Dynamic Moneybag System[With Savings]
#9

Don't keep callbacks like the ones below, in your filterscript, you are not even using them:

PHP код:
public OnVehicleMod(playeridvehicleidcomponentid)
{
    return 
1;
}
public 
OnVehiclePaintjob(playeridvehicleidpaintjobid)
{
    return 
1;
}
public 
OnVehicleRespray(playeridvehicleidcolor1color2)
{
    return 
1;
}
public 
OnPlayerSelectedMenuRow(playeridrow)
{
    return 
1;
}
public 
OnPlayerExitedMenu(playerid)
{
    return 
1;
}
public 
OnPlayerInteriorChange(playeridnewinterioridoldinteriorid)
{
    return 
1;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    return 
1;
}
public 
OnRconLoginAttempt(ip[], password[], success)
{
    return 
1;
}
public 
OnPlayerUpdate(playerid)
{
    return 
1;
}
public 
OnPlayerStreamIn(playeridforplayerid)
{
    return 
1;
}
public 
OnPlayerStreamOut(playeridforplayerid)
{
    return 
1;
}
public 
OnVehicleStreamIn(vehicleidforplayerid)
{
    return 
1;
}
public 
OnVehicleStreamOut(vehicleidforplayerid)
{
    return 
1;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    return 
1;
}
public 
OnPlayerClickPlayer(playeridclickedplayeridsource)
{
    return 
1;

Reply


Messages In This Thread
Dynamic Moneybag System[With Savings] - by ThatFag - 29.01.2017, 21:12
Re: Dynamic Moneybag System[With Savings] - by Infinity - 29.01.2017, 21:33
Re: Dynamic Moneybag System[With Savings] - by ThatFag - 29.01.2017, 21:38
Re: Dynamic Moneybag System[With Savings] - by Infinity - 29.01.2017, 21:48
Re: Dynamic Moneybag System[With Savings] - by ThatFag - 29.01.2017, 21:56
Re: Dynamic Moneybag System[With Savings] - by RyderX - 29.01.2017, 22:04
Re: Dynamic Moneybag System[With Savings] - by Juonis - 29.01.2017, 22:23
Re: Dynamic Moneybag System[With Savings] - by ThatFag - 29.01.2017, 22:23
Re: Dynamic Moneybag System[With Savings] - by Jelly23 - 29.01.2017, 22:25
Re: Dynamic Moneybag System[With Savings] - by ThatFag - 29.01.2017, 22:29
Re: Dynamic Moneybag System[With Savings] - by Jelly23 - 29.01.2017, 23:30
Re: Dynamic Moneybag System[With Savings] - by ISmokezU - 30.01.2017, 00:09
Re: Dynamic Moneybag System[With Savings] - by tomacraft2011 - 31.01.2017, 15:55
Re: Dynamic Moneybag System[With Savings] - by ThatFag - 31.01.2017, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)