Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot Search Results

Pages (16): 1 2 3 4 5 … 16 Next »
 
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Add days to current time
Post: RE: Add days to current time

Don't use formatted dates ever. Just save your data using unix timestamps. They make everything with time way way easier.
Y_Less Pawn Scripting 2 44 2022-03-25, 02:34 PM
  Thread: Which one is better?
Post: RE: Which one is better?

Of the two, the define is better.
Y_Less Pawn Scripting 2 56 2022-03-25, 02:32 PM
  Thread: YSI Daily Tips
Post: RE: YSI Daily Tips

2021-11-19: What Is YSI_SetTimerEx? YSI redefines several SA:MP natives internally. For example: Quote: -- native YSI_HTTP(index, type, const url[], const data[], const callback[]) = HTTP; ...
Y_Less Pawn Scripting 41 7,804 2021-11-19, 12:21 AM
  Thread: record time
Post: RE: record time

Divide by 60000 for minutes, mod by 60000 for milliseconds, divide that by 1000 for seconds.
Y_Less Pawn Scripting 1 37 2021-11-18, 11:20 PM
  Thread: YSI Daily Tips
Post: RE: YSI Daily Tips

2021-11-17: Unsafe YSI. YSI does a lot of checks and work at mode start to ensure many things, including: All callbacks work. The correct mode type is determined (FS/GM). JIT and crashdetect ...
Y_Less Pawn Scripting 41 7,804 2021-11-17, 09:12 PM
  Thread: add, subtract
Post: RE: add, subtract

This is just `+`, `-`, etc. You don't need an include for maths.
Y_Less Pawn Scripting 2 39 2021-11-17, 09:00 PM
  Thread: How to convert string to int?
Post: RE: How to convert string to int?

sscanf is better, it has better error returns and deals with separators.
Y_Less Pawn Scripting 4 408 2021-07-04, 07:52 PM
  Thread: Run sa-mp server in android terminal
Post: RE: Run sa-mp server in android terminal

Even if you could run a server on an android, there's no way it could actually host players, so you'll need a real server anyway. Plus, since you can only play on PC just use that one to host.
Y_Less Programming 3 498 2021-06-25, 09:12 PM
  Thread: Pawn Coders - Discord server advertisement
Post: RE: Pawn Coders - Discord server advertisement

You do know there's https://discord.gg/samp with #pawn-help and #pawn-hub, plus now over 10,000 members?
Y_Less General Discussions 2 437 2021-06-25, 08:07 PM
  Thread: YSI Daily Tips
Post: RE: YSI Daily Tips

2021-05-21: bUt YsI hAs MaCrOs! I’m a big advocate of NOT using macros for things, yet am famous for using macros - how can those two things be reconciled?  Easy, it depends on WHY you are using them...
Y_Less Pawn Scripting 41 7,804 2021-06-25, 08:06 PM
  Thread: Opinion on PVars
Post: RE: Opinion on PVars

He is just saying that your test isn't big enough. You're only testing 3 writes to three variables, you need more like 100.
Y_Less Pawn Scripting 3 447 2021-06-05, 11:26 AM
  Thread: [Solved] Set player facing angle to the object
Post: RE: Set player facing angle to the object

Yes, SetPlayerFacingAngle.
Y_Less Pawn Scripting 5 751 2021-06-03, 08:17 AM
  Thread: YSI Daily Tips
Post: RE: YSI Daily Tips

2021-05-21: Pass An Iterator As A Parameter Sometimes you want to pass an iterator to a function.  Iterators are often global, but they don't have to be, and there are still times when you might wa...
Y_Less Pawn Scripting 41 7,804 2021-06-01, 09:26 AM
  Thread: Help with Damage System
Post: RE: Help with Damage System

Why? Includes are there for a reason - to save you time and provide stable tested code for free. You might want to look up "Not Invented Here".
Y_Less Pawn Scripting 14 2,138 2021-05-31, 10:28 AM
  Thread: Problem with accent
Post: RE: Problem with accent

Please stick to English for the question, even if the examples are necessarily not. SA:MP uses the SA character set, which isn't any real character set. You basically need to write your own translat...
Y_Less Pawn Scripting 3 772 2021-05-31, 10:26 AM
  Thread: Problems with servers after updating YSI to latest version
Post: RE: Problems with servers after updating YSI to la...

The problem is probably `SacuvajPodesavanja `, `Call_Zero` or `MinutTimer` doing a huge amount of work. My guess is they're calling a large number of INI functions, so while the delay appears to be i...
Y_Less Pawn Scripting 1 435 2021-05-31, 10:17 AM
  Thread: Streamer, I suppose
Post: RE: Streamer, I suppose

The streamer only allows you to bypass global limits, to create more objects. It doesn't bypass local limits, i.e. the number of objects that you can show in one place. Tweak the draw distances, fav...
Y_Less Pawn Scripting 5 734 2021-05-31, 10:15 AM
  Thread: Get the status of a traffic light
Post: RE: Get the status of a traffic light

I think it is in YSF.
Y_Less Pawn Scripting 1 421 2021-05-31, 10:13 AM
  Thread: HELP! How fix crashdetect Run time error 13: "(reserved)"
Post: RE: HELP! How fix crashdetect Run time error 13: "...

What have you done to that stack trace? That is not a proper output. And we need to know which line the problem occurs on.
Y_Less Pawn Scripting 1 451 2021-05-28, 12:40 AM
  Thread: HELP! How to use #emit and while? Basic to do with the function?
Post: RE: HELP! How to use #emmit and while? for what?

Don't. You make about 10 topics per day on incredibly simple things. While there's nothing wrong with that per-se, it does mean you are several years off even thinking about `#emit`. There is nothi...
Y_Less Pawn Scripting 2 469 2021-05-28, 12:37 AM
Pages (16): 1 2 3 4 5 … 16 Next »
 

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald