SA-MP Forums Archive
I have a doubt. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I have a doubt. (/showthread.php?tid=274766)



I have a doubt. - seiscientos40 - 07.08.2011

I have a Stunt gamemode 0.3a and in SA-MP 0.3c I can't see some objects.
How to change the objects of a gamemode from 0.3a to 0.3c?


Re: I have a doubt. - WoodPecker - 07.08.2011

Maybe you reached the limit from the objects?


Respuesta: I have a doubt. - seiscientos40 - 07.08.2011

No, because in sa-mp 0.3a it works good. But the gamemode is for sa-mp 0.3a so in 0.3c some objects are invisible..


Re: I have a doubt. - MadeMan - 07.08.2011

Did you compile the script with 0.3c includes?


Respuesta: Re: I have a doubt. - seiscientos40 - 07.08.2011

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Did you compile the script with 0.3c includes?
Hmm no. I'll try to copile it with 0.3c includes xD.
Edit: When I copile it, I have this error: fatal error 100: cannot read from file: "cps".
I need the include "cps". :S


Re: I have a doubt. - WoodPecker - 07.08.2011

Go search it sir, you can find it its easy.


Re: I have a doubt. - MadeMan - 07.08.2011

Maybe you have the file in your 0.3a server folder?


Re: I have a doubt. - WoodPecker - 07.08.2011

PHP код:
#include "../include/cps.inc" 
Add this to your gamemode.


Respuesta: Re: I have a doubt. - seiscientos40 - 07.08.2011

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Maybe you have the file in your 0.3a server folder?
No, and I deleted the 0.3a server folder xD.

@WoodPecker: I used the searcher and I searched at Filter Scripts and Includes topic but can't find "cps" include.
I have #include <cps> in my gamemode.