Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 8,018
» Latest member: zouzi667
» Forum threads: 2,451
» Forum posts: 12,369

Full Statistics

Online Users
There are currently 147 online users.
» 0 Member(s) | 142 Guest(s)
Applebot, Baidu, Google, Bing, Yandex

Latest Threads
{Vente du Jour de Pâques}...
Forum: Russian/???????
Last Post: rex9090h
5 hours ago
» Replies: 0
» Views: 15
{Vente du Jour de Pâques}...
Forum: General Discussions
Last Post: rex9090h
5 hours ago
» Replies: 0
» Views: 11
Coupon Temu 200 € avis [A...
Forum: Hindi/Urdu
Last Post: rex9090h
5 hours ago
» Replies: 0
» Views: 14
{Vente du Jour de Pâques}...
Forum: French/Fran?ais
Last Post: rex9090h
5 hours ago
» Replies: 0
» Views: 15
Ibotta Promo Code for New...
Forum: Programming
Last Post: rex9090h
6 hours ago
» Replies: 0
» Views: 15
Ibotta Referral Code [ZVF...
Forum: Tech
Last Post: rex9090h
6 hours ago
» Replies: 0
» Views: 14
Ibotta Coupon Code [ZVFTJ...
Forum: Questions and Suggestions
Last Post: rex9090h
6 hours ago
» Replies: 0
» Views: 11
Ibotta Sign Up Bonus [ZVF...
Forum: Life
Last Post: rex9090h
6 hours ago
» Replies: 0
» Views: 15
Temu Código Exclusivo 100...
Forum: Life
Last Post: Jila666
6 hours ago
» Replies: 0
» Views: 11
Temu Cupón 90% De Descuen...
Forum: Programming
Last Post: Jila666
7 hours ago
» Replies: 0
» Views: 11

 
  The Last of Us features
Posted by: Riddick - 2019-04-11, 07:09 PM - Forum: Videos and Screenshots - Replies (13)

I'm not gonna describe a lot, since I did once in the original SA-MP's forum and my thread got hard deleted.?

Here are some features from the original single-player The Last of Us game that can be found.

[Video: https://www.youtube.com/watch?v=gf-P9dEz...HT&index=6]

Quote:This is my roaming area!

Below GIF represents a logic where NPCs have their personal `roaming area` - if they leave it (because of their IDLE movement) they are going to go back to it and stay within its boundaries.
(UNLESS, NPC is chasing you - he's allowed to leave its roaming area and a new `roaming area` is going to be created once they loose you/kill you).

This logic has been written for validation purposes. It disallowing NPCs going under ground/inside buildings or other invalid places that are possible in GTA: San Andreas.

[Image: 8RtvDOJ.gif]

Some other gifs:
[Image: giphy.gif] [Image: giphy.gif]

[Image: Om1smcZ.gif]?[Image: WvQ5gsE.gif]

[Image: F9ttDbM.gif] [Image: b6f1WbR.gif]

[Image: C7aDlQm.gif] [Image: lTAPLBf.gif]

[Image: DjKiY9z.gif] [Image: P8jgaT0.gif]

[Image: zAI4wNA.png]

[Image: LjISgs2.jpg]


  Vice City minimap
Posted by: adri1 - 2019-04-11, 06:14 PM - Forum: Videos and Screenshots - Replies (22)

You(them)Tube video:
[Video: https://www.youtube.com/watch?v=sv-d7GSlDdk]

:) :)


  Animated objects (0.3dl)
Posted by: dignity - 2019-04-11, 05:23 PM - Forum: Videos and Screenshots - Replies (13)

[Image: nDiWUXJ.gif]

[Image: mJRb8UC.gif]

[Image: ZGIOoy7.png]


  ??,??
Posted by: Codeah - 2019-04-11, 04:59 PM - Forum: Videos and Screenshots - Replies (9)

[Image: jbulU32.png]


Rainbow Humanize - A human-friendly Pawn library
Posted by: Codeah - 2019-04-11, 04:08 PM - Forum: Libraries - Replies (10)

Humanize

Description



Humanize is a library that makes stuff computers can read easily, more readable for humans.



Features



Thousands Seperators



Code:
0 -> 0

100 -> 100

1000 -> 1,000

1000000 -> 1,000,000

-100000 -> -100,000

Code:
HumanizeThousand(integer, dest[], maxLength = sizeof dest, delimiter[] = ",")



Colors

Code:
0xA86420FF -> "Chocolate Brown"

0x42F44EFF -> "Lime Green"

0x137A8EFF -> "Teal"

Code:
HumanizeColor(color, dest[], maxLength = sizeof dest)



Numbers to words

Code:
1000 -> "one thousand"

1234 -> "one thousand two hundred thirty-four"

-1234 -> "negative one thousand two hundred thirty-four"

Code:
HumanizeNumber(number, dest[], maxLength = sizeof dest)



Ordinals

Code:
0 -> 0th

1 -> 1st

2 -> 2nd

3 -> 3rd

4 -> 4th

etc...

Code:
HumanizeOrdinal(number, dest[], maxLength = sizeof dest)



Install / Download



You can find all releases here.



Alternatively, you can simply install Humanize to your project using SampCTL.

Code:
sampctl package install thecodeah/pawn-humanize

Include in your code and begin using the library:

Code:
#include <humanize>



Issues / Suggestions



Please leave suggestions and report issues on Github.


Lightbulb Elon Musk / Tesla / SpaceX / Boring / Neuralink Thread
Posted by: Southclaws - 2019-04-11, 12:45 PM - Forum: Tech - Replies (13)

Yes, this deserves its own thread.



ITT: News, scandals, announcements, tech and all things Elon!


  [Burgershot Exclusive] [Forum Game] Rate the person above you
Posted by: cuddlypanda - 2019-04-07, 05:17 PM - Forum: Chat - Replies (59)

let's get started shillers ??


  42 users celebration thread
Posted by: cuddlypanda - 2019-04-07, 05:14 PM - Forum: Chat - Replies (26)

congratulations


  PAWN Fiddle - Share & run PAWN code online
Posted by: peek - 2019-03-31, 09:35 PM - Forum: Releases - Replies (14)

PAWN Fiddle

Share & run PAWN code





PAWN Fiddle is a playground platform for the PAWN scripting language. Create, execute, fork and share code snippets across the SA-MP community.



What is this for?

If you need help with your code, you can use this fiddle service?instead of posting big code blocks in the forum or discord?which?isn't really testable. With PAWN Fiddle you can send a complete example of your problem, which makes it easier for the other person to fix your code / help you with?the integrated compiler and plugin / include?support. This could also be used to demonstrate the use of your plugin / include (provided it's a sampctl compatible PAWN-package), or snippet hosting.



How do I use this?

  1. Navigate to https://fiddle.sa-mp.dev

  2. Select the dependencies your fiddle needs.

    [Image: KyfSbp1.png]

  3. Write / Paste your code.

    [Image: bVGk19t.png]

  4. Check if your code compiles, by clicking the Run button.

    [Image: IwHFRNg.png]

  5. Share your fiddle with the world.

    [Image: iJrwzz8.png]


Liveserver (Beta)

https://fiddle.sa-mp.dev



GitHub (Source Code)

https://github.com/samp-dev/fiddle


  only open if you're ready to be surprised
Posted by: cuddlypanda - 2019-03-22, 02:46 PM - Forum: Chat - Replies (10)

check attachment