Jump to content

Question

Posted

Problema intalnita (descriere): Salut, SA-MP.RO! Nu stiu de ce, dar se pare ca functia OnFilterscriptInit() nu imi functioneaza, am facut un FS nou complet gol doar cu functile principale de FilterScript si orice as scrie in OnFilterScriptInit nu se initializeaza, gen un print( " Mesaj " ) , desi mesajul nu va aparea.
Ero(area / rile) / warning-(ul / urile): Am specificat toata problema, mai sus.
Liniile de cod / sursa / script-ul(obligatoriu):

 

Quote

 

#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    printf(" BoBiTa Tester Filterscript");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

#endif

 


Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Sincer, am incercat sa caut rezolvari pe SA-MP.com, n-am gasit mare lucru, m-am gandit sa apelez la voi .

// Desenul meu animat 
// Alte episoade aici: 
https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos

 

 

 

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.