|
|
|
|
#1 |
|
Little Clucker
![]() Join Date: Oct 2011
Posts: 12
Reputation: 0
|
Hallo allemaal.
Als ik een Y_Ini login/register wil maken krijg ik deze error: C:\Users\Xantios\Desktop\RolingRP\pawno\include\YS I\internal\y_dohooks.inc(2501) : warning 235: public function lacks forward declaration (symbol "OnVehicleDamageStatusUpdate") C:\Users\Xantios\Desktop\RolingRP\pawno\include\YS I\internal\y_dohooks.inc(2566) : warning 235: public function lacks forward declaration (symbol "OnUnoccupiedVehicleUpdate") C:\Users\Xantios\Desktop\RolingRP\pawno\include\YS I\internal\y_dohooks.inc(3426) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage") C:\Users\Xantios\Desktop\RolingRP\pawno\include\YS I\internal\y_dohooks.inc(3495) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage") Kan iemand me helpen? Ik weet niet wat ik moet doen! |
|
|
|
|
|
#2 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Sep 2007
Location: Belgium
Posts: 4,916
Reputation: 1425
|
Heeft niks met Y_Ini te maken. Update je sa-mp includes.
|
|
|
|
|
|
#3 |
|
Little Clucker
![]() Join Date: Oct 2011
Posts: 12
Reputation: 0
|
Code:
#include <a_samp>
#include <YSI\y_ini>
#include <zcmd>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" RolingRP by Riekelt_Brands ");
print("----------------------------------\n");
}
#endif
|
|
|
|
|
|
#4 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jul 2010
Location: In a galaxy far far away, near the Netherlands
Posts: 1,318
Reputation: 766
|
Nee, Vince doelt niet daarop. Je moet je files in pawno\include vervangen door nieuwere includes. Dat kan je doen door op www.sa-mp.com een serverpack te downloaden, daar includes van te jatten en die vervangen door die in je eigen map.
|
|
|
|
|
|
#5 |
|
Little Clucker
![]() Join Date: Oct 2011
Posts: 12
Reputation: 0
|
Bedankt! Het werkt!!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hulp nodig | hatchoe101 | Nederlands/Dutch | 2 | 22/02/2012 03:42 PM |
| Hulp nodig | Frank Biohazard | Nederlands/Dutch | 8 | 17/01/2012 04:31 PM |
| Hulp nodig :D | fazer112 | Nederlands/Dutch | 3 | 28/02/2011 03:28 PM |
| [NL] Hulp nodig :o | bartje01 | Help Archive | 3 | 20/04/2009 07:04 PM |