Forum: News and Updates
24/11/2019, 02:54 PM
|
Replies: 98
Views: 20,978
|
Forum: Scripting Help
27/10/2019, 10:56 AM
|
Replies: 4
Views: 200
Re: Snippets for VS Code?
There is already a VSCode extension with many ready to use SAMP snippets:
https://github.com/Southclaws/vscode-pawn
|
Forum: General
27/10/2019, 10:51 AM
|
Replies: 16
Views: 1,340
|
Forum: Server Support
26/09/2019, 11:55 PM
|
Replies: 7
Views: 401
|
Forum: Everything and Nothing
02/07/2019, 09:42 PM
|
Replies: 15
Views: 1,846
Re: This community got me into a university.
Reading this does put a smile in my face, it reflects on me so much. I still remember back when I didn't know what I really wanted to do, it looks like the curiosity of opening that samp server...
|
Forum: Everything and Nothing
21/06/2019, 07:27 AM
|
Replies: 47
Views: 5,416
|
Forum: Everything and Nothing
06/05/2019, 11:12 PM
|
Replies: 1
Views: 464
|
Forum: Screenshots and Videos
07/04/2019, 03:46 PM
|
Replies: 10
Views: 1,154
|
Forum: Everything and Nothing
17/03/2019, 10:28 AM
|
Replies: 36
Views: 1,983
|
Forum: Server Support
03/02/2019, 09:12 AM
|
Replies: 4
Views: 332
Re: SQLite is slow?
To add to what @Logic_ said, no matter what database management system you're using, make sure all of your queries are optimized to increase performance, delete wasteful records and make use of the...
|
Forum: Includes
29/01/2019, 08:08 PM
|
Replies: 8
Views: 1,468
Re: Police Infernus
Pretty dope stuff man, I'd like to see that repository grow to have more vehicle customizations.
|
Forum: Scripting Help
25/01/2019, 10:35 PM
|
Replies: 1
Views: 96
Re: Help label
Have a look at this: https://wiki.sa-mp.com/wiki/Attach3DTextLabelToPlayer
|
Forum: Scripting Help
25/01/2019, 10:18 PM
|
Replies: 1
Views: 204
|
Forum: Everything and Nothing
21/01/2019, 12:00 PM
|
Replies: 46
Views: 4,051
|
Forum: Scripting Help
16/01/2019, 02:01 PM
|
Replies: 7
Views: 217
Re: [Mysql] I have a doubt
You are better off creating all the factions in the same table and link each one of them to some other table, after all, MySQL's power resides in its descriptive nature of being called a relational...
|
Forum: Scripting Help
07/01/2019, 07:12 PM
|
Replies: 7
Views: 355
Re: why doesnt update in database
Simply add a “WHERE” clause for the query to work properly.
UPDATE giftboxd SET `GiftBoxMoney`='%s' WHERE {something} = {something}
Note that the “something” fields are for you to figure...
|
Forum: Scripting Help
28/12/2018, 10:47 AM
|
Replies: 1
Views: 117
Re: Wrong object loaded
Don't mix up object ids with model ids. Check for any mixed up values in both the database and the loaded objects.
|
Forum: Screenshots and Videos
26/12/2018, 02:08 PM
|
Replies: 12
Views: 1,320
|
Forum: Everything and Nothing
24/12/2018, 12:52 PM
|
Replies: 10
Views: 725
Re: Edge to Chromium, what do you think?
I do believe it's going to be faster, especially for Windows 10 users, in my opinion, Edge really is the best browser for the Windows platform as it's deeply integrated with the OS and serves a lot...
|
Forum: Everything and Nothing
24/12/2018, 11:29 AM
|
Replies: 10
Views: 725
Edge to Chromium, what do you think?
So there has been some news about Edge leaning forward into implementing the chromium engine, another open source deal breaker from Microsoft. What are your thoughts on the matter?
Read more about...
|
Forum: Scripting Help
17/12/2018, 02:21 PM
|
Replies: 10
Views: 348
|
Forum: Tools and Files
11/12/2018, 05:11 PM
|
Replies: 17
Views: 2,943
|
Forum: Tools and Files
11/12/2018, 09:44 AM
|
Replies: 17
Views: 2,943
|
Forum: Tools and Files
11/12/2018, 12:24 AM
|
Replies: 17
Views: 2,943
|
Forum: Plugin Development
10/12/2018, 09:19 AM
|
Replies: 20
Views: 3,895
|