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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,509
» Latest member: crazyosman365
» Forum threads: 2,233
» Forum posts: 12,033

Full Statistics

Online Users
There are currently 390 online users.
» 1 Member(s) | 387 Guest(s)
Google, Bing, Alejandro Buck

Latest Threads
Command does not work in-...
Forum: Pawn Scripting
Last Post: PANZEHIR_
2024-11-23, 06:36 PM
» Replies: 0
» Views: 41
White Screen
Forum: Support
Last Post: Phat202146_real
2024-11-21, 02:50 PM
» Replies: 0
» Views: 38
I get error 021 using y_h...
Forum: Pawn Scripting
Last Post: daniscript18
2024-11-18, 11:34 PM
» Replies: 0
» Views: 57
Il reste des français sur...
Forum: French/Fran?ais
Last Post: tysanio
2024-11-18, 05:39 AM
» Replies: 2
» Views: 465
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: 74
Run time error 19: "File ...
Forum: Pawn Scripting
Last Post: Rexey
2024-11-14, 03:50 AM
» Replies: 0
» Views: 64
How to Compile Your Gamem...
Forum: Tutorials
Last Post: thelante
2024-11-13, 08:50 AM
» Replies: 3
» Views: 467
Modeller wanted
Forum: Development Updates
Last Post: acc.gangbeni
2024-11-11, 05:10 PM
» Replies: 9
» Views: 16,503
SA:MP forum offline
Forum: Portuguese/Portugu?s
Last Post: weslley_script
2024-11-09, 05:27 PM
» Replies: 7
» Views: 9,926

 
  server launcher help
Posted by: unbelievable_10 - 2019-07-09, 04:06 PM - Forum: Support - Replies (3)

i want to put in this code server password so when player connects through button that launcher (.exe) writes password for him

Code:
[color=#000000][size=small] ? ? ? ?private void button1_Click(object sender, EventArgs e)

? ? ? ?{

? ? ? ? ? ?System.Diagnostics.Process.Start("samp://75.127.13.245:7780");

? ? ? ?}
[/size][/color]


  SetTimer looping through players with gettime() function
Posted by: unix - 2019-07-09, 10:40 AM - Forum: Pawn Scripting - Replies (7)

-delete


  Me, a Game Programming student, looking back at my old Pawn releases...
Posted by: Aerotactics - 2019-07-09, 04:58 AM - Forum: Pawn Scripting - No Replies

[Image: 18ps27.jpg]


  The client should automatically open a port/setup a multiplayer server
Posted by: Aerotactics - 2019-07-09, 04:53 AM - Forum: Questions and Suggestions - Replies (4)

I spent 90% of my time struggling to get people to connect to my test server. Please eliminate?reduce this issue.


  No "hosted" servers
Posted by: Aerotactics - 2019-07-09, 04:47 AM - Forum: Questions and Suggestions - Replies (7)

One thing that really put me off from Sa-mp was the "Hosted" tab. There should be no paid advantages for servers.


  How to make this gps?
Posted by: rooky - 2019-07-08, 06:29 PM - Forum: Pawn Scripting - Replies (6)

how can i make this gps in pawn?



https://imgur.com/a/SIYzT27


Star xTreme Stunt Freeroam (xSF) gamemode (Public release)
Posted by: denNorske - 2019-07-08, 05:56 PM - Forum: Gamemodes - Replies (10)

xSF - Public release (Build 60)



I am hereby announcing xSF source code as open-sourced.



Why are you making it open source?

Because the code has no use hidden in a zipped folder, on someone's desktop for the unknown future. The gamemode fits better in action, among smiling players and engaged community owners.



Are there any requirements?

Yes - the only requirement I have personally is that you do not use xSF as your name. xSF was a community with great people, and it was shut down in May 2019 due to several reasons. Using xSF as name may upset some people, since it has no immediate intention to re-open. Also you keep it more original if you find your own name and brand, and build on top of that.



I need help with it, or there are some nasty bugs that has to be fixed

In these situations, feel free to open a new issue on the issue tracker for the public repository here: https://git.ducky.rocks/denNorske/xsf-of...ode/issues



Download:

You can find it here: https://git.ducky.rocks/denNorske/xsf-official-gamemode



Setup and general information:

Readme: https://git.ducky.rocks/denNorske/xsf-of.../README.md





[Image: gallery55-1024x768.jpg] [Image: sa-mp-000.png]


  Better way of doing this ?
Posted by: mouiz - 2019-07-07, 06:38 PM - Forum: Pawn Scripting - Replies (1)

Is there a better way of getting the size of an enum ?


Code:
enum modes
{
? ??MODE_fgrs,
? ? MODE_gdsrg,
? ? MODE_lol,
? ? MODE_third
};


new Modes [modes];

new size = sizeof (Modes);


  How to solve this !? (Difficulty: Expert)
Posted by: mouiz - 2019-07-07, 06:05 PM - Forum: Pawn Scripting - Replies (2)

I want to clear all the elements of an enumerator in an automatic manner using a stock so i won't need to update this stock everytime i add a new variable/element to the enum. But there is a problem, it works only if there are integer variables in the enum.?How can i make it work which?arrays and integers both :



Code:
enum player_data

{

? ? password [26],



? ? player_mode,



? ? spawned,



? ? kills,

? ? deaths

};





stock ClearPlayerData (playerid)

{

? ??for (new i = 0; i < sizeof (PlayerInfo []); i)

? ? {

? ? ? ? PlayerInfo [playerid][player_data : i] = 0;

? ? }

? ? return 1;

}


Exclamation MYSQL failing to connect
Posted by: hastlaking - 2019-07-07, 06:02 PM - Forum: Support - Replies (1)

I have issues connecting to phpmyadmin what should I do tryed to do te installments still same error connection messages