[Question]Things a scripter should know - 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: [Question]Things a scripter should know (
/showthread.php?tid=246600)
[Question]Things a scripter should know -
Placebo - 05.04.2011
I've coded in C and C++ before, so learning Pawn isn't a problem, but there's a few things I don't understand..
- Do I need object streamers only when I have over 400 objects? or would it be better for players if i use one, anyway?
- Do I need a vehicle streamer only when I have over 700 vehicles? or would my script run more efficient if I used one anyway?
- Is a thread like this already posted somewhere, where I can reference known SA-MP bugs, things I can and can't do with Pawn/SA-MP?
Thanks.
Re: [Question]Things a scripter should know -
admantis - 05.04.2011
1. Yes, else the other objects will cut off and not appear.
2. It's not need but it's recommended.
3.
https://sampforum.blast.hk/showthread.php?tid=59486 and
https://sampforum.blast.hk/showthread.php?tid=151670
Re: [Question]Things a scripter should know -
Placebo - 05.04.2011
Quote:
Originally Posted by admantis
|
Thanks