Forum: Includes
04/11/2019, 10:06 PM
|
Replies: 3
Views: 1,482
|
Forum: Server Support
19/06/2019, 08:25 AM
|
Replies: 13
Views: 2,072
Re: Server exploit?
Where do you have your server hosted? If you are using an OVH game and the problem still exists, I am interested in helping you. Contact me by MP.
|
Forum: Server Support
28/05/2019, 05:19 PM
|
Replies: 3
Views: 330
Re: Delay on opening up the server
Extracted from the documentation of Jit:
This is a pretty simple JIT. Code is compiled once and stored in memory until the corresponding AMX is unloaded. Because of this there is a small delay...
|
Forum: Server Support
15/05/2019, 02:08 PM
|
Replies: 18
Views: 2,419
|
Forum: Server Support
15/05/2019, 11:26 AM
|
Replies: 18
Views: 2,419
|
Forum: Client Support
11/04/2019, 04:06 PM
|
Replies: 10
Views: 1,107
|
Forum: Scripting Help
09/03/2019, 07:51 PM
|
Replies: 1
Views: 140
Re: /licences on dialog help
function ShowLicences(playerid){
new carLicence[16];
switch(PlayerInfo[playerid][pCarLicence])
{
case 0:
format(carLicence, sizeof(carLicence), "expired");
...
|
Forum: Scripting Help
09/03/2019, 07:39 PM
|
Replies: 1
Views: 180
Re: /banoff mysql error
Maybe the 'id' value from 'users' table is returning zero. 0 = false.
Try to debug (https://wiki.sa-mp.com/wiki/Debugging).
|
Forum: Scripting Help
09/03/2019, 07:26 PM
|
Replies: 4
Views: 234
Re: How to see other player stats?
Using sscanf (https://forum.sa-mp.com/showthread.php?t=602923) and Pawn.CMD (https://forum.sa-mp.com/showthread.php?t=608474) you just do something like this.
CMD:check(playerid, params[])
{
...
|
Forum: Scripting Help
08/03/2019, 12:21 PM
|
Replies: 9
Views: 290
Re: Create GANG
Told you. Use enum in ZonaVeci array to separate the integers from the floats. Like this.
#define MAX_GANGS 23
enum _:eZonaVeci {
Float:ZONAVECI_MIN_X, // 0
Float:ZONAVECI_MIN_Y, // 1...
|
Forum: Scripting Help
08/03/2019, 10:27 AM
|
Replies: 9
Views: 290
Re: Create GANG
Use enums to reorganize the data structure in the ZonaVeci array.
https://forums.alliedmods.net/showthread.php?t=140103
And put AddZona before OnPlayerConnect.
|
Forum: Scripting Help
12/02/2019, 12:46 PM
|
Replies: 7
Views: 246
Re: MySQL Overlapping ID's
Btw, mysql_query (non-threaded query) will freeze your server until the query has been executed.
Try mysql_tquery or mysql_pquery (threaded query) to avoid this.
...
|
Forum: Scripting Help
12/02/2019, 12:34 PM
|
Replies: 15
Views: 384
Re: Help please
Must read this (https://wiki.sa-mp.com/wiki/ShowPlayerDialog) and this (https://wiki.sa-mp.com/wiki/Dialog_Styles).
Pressing ESC is the same that pressing the right button. And pressing ENTER is...
|
Forum: News and Updates
08/12/2018, 06:50 PM
|
Replies: 191
Views: 115,244
|
Forum: News and Updates
08/12/2018, 06:04 PM
|
Replies: 191
Views: 115,244
Re: SA-MP 0.3.7 R3 client update (optional)
I get the following error after the first spawn (during the server login). Any ideas?
I'm using SA-MP 0.3.7 R3-1, Noname's SAMP Addon 2.4 R5, Junior_Djjr's MixSets and a few mods more.
...
|
Forum: News and Updates
07/12/2018, 05:56 PM
|
Replies: 191
Views: 115,244
|
Forum: Tools and Files
10/11/2018, 09:13 PM
|
Replies: 81
Views: 37,088
|
Forum: Tutorials
14/10/2018, 12:09 AM
|
Replies: 466
Views: 206,420
Re: PAWN for SA-MP in Notepad++
https://www.mediafire.com/file/dtewwqim2fmcpgm/PAWN.xml/file
https://www.mediafire.com/file/r6jz6kz5yekazh5/userDefineLang.xml/file
|
Forum: News and Updates
25/09/2017, 01:15 AM
|
Replies: 151
Views: 139,843
|