[Include] :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading)
#42

BUMP!!!
Well i have the probem figured out... so i kept adding the publics that came up as a runtime error and just added them to my gamemode. (like i said i never used any of them) and this is how many i had to add till there was no errors.
pawn Code:
public OnObjectMoved()
{
    return 1;
}
public OnPlayerClickMap()
{
    return 1;
}
public OnPlayerClickPlayer()
{
    return 1;
}
public OnPlayerExitedMenu()
{
    return 1;
}
public OnPlayerGiveDamage()
{
    return 1;
}
public OnPlayerTakeDamage()
{
    return 1;
}
public OnPlayerInteriorChange()
{
    return 1;
}
public OnPlayerObjectMoved()
{
    return 1;
}
public OnPlayerSelectedMenuRow()
{
    return 1;
}
public OnPlayerStreamIn()
{
    return 1;
}
public OnPlayerStreamOut()
{
    return 1;
}
public OnPlayerUpdate()
{
    return 1;
}
public OnRconLoginAttempt()
{
    return 1;
}
public OnUnoccupiedVehicleUpdate()
{
    return 1;
}
public OnVehicleDamageStatusUpdate()
{
    return 1;
}
public OnVehicleStreamOut()
{
    return 1;
}
public OnVehicleStreamIn()
{
    return 1;
}
And now the include works awsome. So to the scriping gurus what did i do wrong to make the errors come up with this include?
My guess is i did something really simple and it made it do this.........

Think it would be safe to use this then on my main server or think it would cause more problems than it fixes?

Thanks
Nick
Reply


Messages In This Thread
:: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 18.08.2011, 23:46
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by GameStar. - 18.08.2011, 23:48
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Zh3r0 - 18.08.2011, 23:50
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by oFLu - 18.08.2011, 23:52
AW: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Forbidden - 18.08.2011, 23:58
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 19.08.2011, 00:00
Re : :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Naruto_Emilio - 19.08.2011, 02:10
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Deskoft - 19.08.2011, 02:45
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Kaperstone - 19.08.2011, 05:49
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by doreto - 19.08.2011, 06:19
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Lorenc_ - 19.08.2011, 07:00
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by rbN. - 19.08.2011, 11:19
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iMonk3y - 19.08.2011, 13:24
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by gamer931215 - 19.08.2011, 16:06
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 19.08.2011, 16:25
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by gamer931215 - 19.08.2011, 16:33
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 19.08.2011, 16:41
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by KoczkaHUN - 19.08.2011, 20:26
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by TheArcher - 24.08.2011, 14:51
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Michael@Belgium - 24.08.2011, 20:31
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 24.08.2011, 21:55
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Michael@Belgium - 25.08.2011, 08:17
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Lefon - 25.08.2011, 08:34
AW: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by umarmalik - 25.08.2011, 10:22
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 25.08.2011, 11:14
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Michael@Belgium - 25.08.2011, 11:48
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Sasino97 - 17.09.2011, 14:02
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Davz*|*Criss - 20.09.2011, 11:54
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Edvin - 20.09.2011, 12:18
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by davve95 - 10.01.2012, 08:54
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by justsomeguy - 10.01.2012, 18:57
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by geerdinho8 - 24.01.2012, 16:31
Respuesta: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/lo - by [Nikk] - 24.01.2012, 22:07
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by nickdodd25 - 03.03.2012, 23:18
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by nickdodd25 - 06.03.2012, 04:41
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Ballu Miaa - 06.03.2012, 05:22
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 06.03.2012, 10:18
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by SpiderWalk - 06.03.2012, 11:12
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 06.03.2012, 19:08
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by nickdodd25 - 06.03.2012, 19:35
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by nickdodd25 - 06.03.2012, 20:01
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by nickdodd25 - 09.03.2012, 20:54
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Ballu Miaa - 10.03.2012, 02:02
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by SpiderWalk - 26.04.2012, 18:49
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by iPLEOMAX - 26.04.2012, 19:20
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Xtreme Brotherz - 05.05.2012, 17:34
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Jeroen52 - 06.05.2012, 00:55
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Xtreme Brotherz - 07.05.2012, 03:55
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by SwiftKidZ - 07.05.2012, 04:05
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Jeroen52 - 28.05.2012, 17:48
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by Symphony - 26.01.2014, 13:00
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by xF4Life - 31.01.2014, 00:06
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by qazwsx - 31.01.2014, 00:11
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by AlexandreRangelMamut - 14.03.2014, 13:20
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by fireranger11 - 05.06.2017, 12:26
Re: :: iAchieve :: Dynamic Achievement System - (Notify-on-achieve) (Stylish Textdraws) (uses Y_INI for saving/loading) - by fireranger11 - 05.06.2017, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)