Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 235 online users. » 0 Member(s) | 232 Guest(s) Bing, Google, Yandex
|
|
|
A weird problem with includes |
Posted by: mouiz - 2019-07-14, 01:00 PM - Forum: Pawn Scripting
- Replies (7)
|
 |
Quote:#include <../../gamemodes/modes/mode_robbery.pwn>
#include <../../gamemodes/modes/mode_dogfight.pwn>
These are ^ two includes in the 'gamemodes/modes' folder.
If i arrange them like this:?
Quote:#include <../../gamemodes/modes/mode_dogfight.pwn>
#include <../../gamemodes/modes/mode_robbery.pwn>
the 'mode_dogfight' works (gets included)?and the second one is ignored (it shows undefined symbol errors since the definitions of the functions are in the include)
If i arrange them oppositely then the 'mode_robbery' works, the second one is ignore.
How can i fix this?
|
|
|
What would you start? |
Posted by: mouiz - 2019-07-12, 07:42 AM - Forum: Life
- Replies (3)
|
 |
If you had 100-500$ to start something profitable, what would it be ? Take it as a challenge ..
|
|
|
Streamer |
Posted by: Jimmy - 2019-07-10, 06:18 AM - Forum: Questions and Suggestions
- Replies (5)
|
 |
Now that Streamer by Incognito is available as open source, add that (as is or improved version to fit Open.MP) as default streamer.
|
|
|
TEXT_DRAW_STYLE_INPUT |
Posted by: Jimmy - 2019-07-10, 05:47 AM - Forum: Questions and Suggestions
- Replies (7)
|
 |
Add ability to add input boxes textdraws.. Like in GTA V. Would be better for MDC, ATM etc...
Also, if possible, add the ability to add custom UI in the server. Not just textures but TextDraw designes too....
|
|
|
|