SA-MP Forums Archive
SAMP Problem - 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)
+--- Thread: SAMP Problem (/showthread.php?tid=311154)



SAMP Problem - -8-Dozz3r - 15.01.2012

I need some one to help me learn how to make a SA:MP 0.3A script into a SA:MP 0.3D script
Just like -

THIS INTO THIS.


Thanks
@Mark Black
@Twit
@-8-Dozzer




Re: SAMP Problem - rati555 - 15.01.2012

here link of tutorial https://sampforum.blast.hk/showthread.php?tid=309314


Re: SAMP Problem - -8-Dozz3r - 15.01.2012

Thanks but it dont show the tutorial for converting the FS's GM's and Them shit


Re: SAMP Problem - WackoX - 15.01.2012

Just replace the includes, and recompile, that's it.
There is no ''converting''.


Re: SAMP Problem - thimo - 15.01.2012

Just recompile with the new package


Re: SAMP Problem - Luis- - 15.01.2012

Use this link. https://sampforum.blast.hk/showthread.php?tid=199379


Re: SAMP Problem - -8-Dozz3r - 15.01.2012

Thanks now the server is 0.3D but i can not play in the server just like when i connect i accept the rules and then i enter my registration password and i click register then server closes connection help !


Re: SAMP Problem - mSp - 15.01.2012

Quote:
Originally Posted by -8-Dozz3r
Посмотреть сообщение
Thanks now the server is 0.3D but i can not play in the server just like when i connect i accept the rules and then i enter my registration password and i click register then server closes connection help !
I guess you're having same problem that I had when i compiled from 0.3c to 0.3d..there is lil spawn bug in 0.3d. You have to use

pawn Код:
SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
Before

pawn Код:
SpawnPlayer(playerid);
Just search for SpawnPlayer and place SetSpawnInfo thing above it and then it should work.