Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 6,511
» Latest member: snaptrap
» Forum threads: 2,233
» Forum posts: 12,034
Full Statistics
|
Online Users |
There are currently 385 online users. » 0 Member(s) | 382 Guest(s) Bing, Twitter, Google
|
Latest Threads |
I humor myself
Forum: Programming
Last Post: nami16504
Yesterday, 04:28 PM
» Replies: 5
» Views: 8,045
|
Command does not work in-...
Forum: Pawn Scripting
Last Post: PANZEHIR_
2024-11-23, 06:36 PM
» Replies: 0
» Views: 43
|
White Screen
Forum: Support
Last Post: Phat202146_real
2024-11-21, 02:50 PM
» Replies: 0
» Views: 43
|
I get error 021 using y_h...
Forum: Pawn Scripting
Last Post: daniscript18
2024-11-18, 11:34 PM
» Replies: 0
» Views: 61
|
Il reste des français sur...
Forum: French/Fran?ais
Last Post: tysanio
2024-11-18, 05:39 AM
» Replies: 2
» Views: 469
|
Object creation issues
Forum: Programming
Last Post: K1271
2024-11-15, 11:51 PM
» Replies: 0
» Views: 56
|
Is the SAMP Hosting the s...
Forum: General Discussions
Last Post: OperaGX
2024-11-14, 09:33 PM
» Replies: 0
» Views: 76
|
Run time error 19: "File ...
Forum: Pawn Scripting
Last Post: Rexey
2024-11-14, 03:50 AM
» Replies: 0
» Views: 65
|
How to Compile Your Gamem...
Forum: Tutorials
Last Post: thelante
2024-11-13, 08:50 AM
» Replies: 3
» Views: 478
|
Modeller wanted
Forum: Development Updates
Last Post: acc.gangbeni
2024-11-11, 05:10 PM
» Replies: 9
» Views: 16,526
|
|
|
The Last of Us #Map progress |
Posted by: Agus - 2020-05-14, 05:08 AM - Forum: Videos and Screenshots
- Replies (5)
|
|
THE LAST OF US
MAP PROGRESS
Hi, i'm one of the mappers on the mapping team?of?the server. We still searching new mappers and modders
who wants to join to the server. If you want to talk about it, talk with Riddick#6416 (owner of the server). Or go to the server discord.
?MAP CENTER
Quimey#0808 on discord
Ganton mapping progress started (theres only 40 objects created on this moment)
|
|
|
YSI 5.X on linux compiler. |
Posted by: EvilShadeZ - 2020-05-12, 02:01 PM - Forum: Pawn Scripting
- Replies (1)
|
|
Hello, I have encountered an issue where I can't include YSI in the script.
If I try to include it this way:
Code: #include <YSI_Coding/y_hooks>
The include directive works just fine, but YSI returns an error:
Code: fatal error 111: user error: Did you use `YSI/y_hooks` instead of `YSI\y_hooks`?
But if I try to include the way it wants
Code: #include <YSI_Coding\y_hooks>
fatal error 100: cannot read from file: "YSI_Coding\y_hooks"
So linux doesn't support '\' in paths, as it is a valid file name character.
This user error basically makes YSI incompatible on Linux.
Is there an actual reason why it was done that way?
Seems like #pragma compat 1 does fix my issue.
|
|
|
Per-Player Stuff |
Posted by: Pinch - 2020-05-12, 07:51 AM - Forum: Questions and Suggestions
- No Replies
|
|
There are many "Player"?natives and I dunno what Kye was thinking about?when creating these but some already do what I am intending to suggest?and some just have that Player prefix before the native name?and that's all...
For example, PVars are automatically set back to default values when a player disconnects
Player TextDraws are automatically destroyed too
So what about player objects and similar natives? It's literally just a word "Player" in cases like this
I think that everything related to Player (per-player) should automatically be destroyed or set to default values?on player disconnects by the API...
or -? Doesn't matter!?Just state your opinion on this, please!
EDIT: This is not just because I am lazy but because this clutters our scripts as it can be done internally by the API (faster than we'd do in pure PAWN too)...
|
|
|
[MAP PACK] 5 NEW LS BUILDINGS |
Posted by: Name - 2020-05-12, 05:29 AM - Forum: Videos and Screenshots
- No Replies
|
|
FIVE NEW BUILDINGS AROUND LOS SANTOS AREA
Good day! Feedback is always appreciated! Much love! <3
Idlewood warehouse (covering Idlewoods gas station (no object removing)).
Two round buildings around airport area.
Small bar building around Seville area.
New gas station駧Ⅺ碜 garage around Willowfield/Idlewood area.
Apartment complex and warehouse around skatepark (Glen Park) area.
Alright, that is it for now haha... Much love! Leave your thoughts, opinions..?feedback is always appreciated! :33
|
|
|
Collisions & Texture Transparency |
Posted by: Manyula - 2020-05-11, 04:39 PM - Forum: Questions and Suggestions
- Replies (1)
|
|
This is a two-part suggestion:
Part 1: Control over player collisions
SA:MP already gave us toggleable vehicle collisions. Why not have the same thing for player models?
The collision detection should include...
1. player-to-player collisions (Avoid collisions between multiple?players), and
2. bullet-to-player collisions (Allow bullets to traverse through a player)
Part 2: Texture transparency
Think of this as the visual component to collisions. You could make?a vehicle or player model semi-transparent as an indicator for turned off collisions or for the entity's?inability to interact with other players.
|
|
|
Entity data manipulation |
Posted by: EvilShadeZ - 2020-05-10, 07:13 AM - Forum: Questions and Suggestions
- No Replies
|
|
Hi, I am pretty sure a lot of you have used data manipulation in streamer plugin and I'm sure a lot of servers rely heavily on it.
https://github.com/samp-incognito/samp-s...ipulation)
If an alternative that works similar could be (or already is) implemented would be amazing, especially if it expands over all streamed entity types.
E_STREAMER_EXTRA_ID is especially important as I'm already using it to identify objects without creating huge arrays or storing object related info into the object itself.
Even without EXTRA_ID there are things that simply can't be done without messing with the data directly, like re-setting the stream distance on the objects, setting objects to render only in specific worlds (array)?etc.
|
|
|
Need suggestion / help |
Posted by: Pinch - 2020-05-10, 02:18 AM - Forum: Pawn Scripting
- Replies (1)
|
|
Hello Burgershot!
This is what I'm trying to create:
Let's say that I have a map with 800 objects and that map is constructed fine. Now, I want to change position of every object of that map to random(90) and after doing that I want to revert the map to her origin state via Move Dyn Object (default coordinates)
Any idea how could I do this without using many arrays as I'll have 5000 objects that'll repeat this Per-player (I'm (re)creating someone's tutorial system, this is the exact thing I want:?https://youtu.be/7RMptvUBqQw (Corelli from sa-mp forums is the creator))
|
|
|
|