Search Results
Looking for SAMP video recorder and editor, paying for it (Paypal). Contact me on discord : King_ftw#4213
371,914
Is this a troll ? If not then Good Effort.
2,308
I see those boxes, it's probably because of the hud mods you got, maybe try a clean version of Gta Sa.
2,358
Similar problem, stuck with a sh*t ISP.
8,039
Increased health and increased damage as they progress in game, make a server-sided health and damage system. If you want to put the effort , make perk or item system which the players can buy in the ...
1,206
I'm starting a server project, it will be developed by me from scratch . I'm looking for helpers, admins, testers , people for discussing ideas and in-general, people (and possibly hoster[s]) . If you...
371,914
Set a timer which checks if the value of the server-sided money matches with the GetPlayerMoney ();
766
Code:
new str[128], final[512];
format(str, sizeof(str), "~y~mission passed!~n~");
strcat(final, str);
if(reward_exp > 0) {
format(str, sizeof(str), "~w~+%i exp~n~", reward...
552
Quote:
Originally Posted by Gforcez
Why not store the positions and looking angles in an array and set spawns based on the array index. It's easier to add positions because you don't need ...
1,882
Creating Random Spawns
So this is a very simple, straight-forward tutorial on how to make random spawns.
For creating random spawns, there are 2 methods i can think of right now. First simple switch...
1,882
I made this for fun, there can be a mini-game made out of this:
https://*********/watch?v=FLWAIjViUvI&t
Skip to 0:35
573
- Electronic, Drum & Bass
- Lofi
Just to sum up : Almost everything featured by Mr.SuicideSheep
4,404
1 month for basics. Its a very simple yet useful language to learn. I would recommend people to learn pawn as their first language as is gives you the basic concepts of almost all of the parts of the ...
1,231
I get this message while download the model files of my gamemode:
Could not validate "filename" 44002:0x133 ...Deleting
Any way how to fix this?
262
I have this array storing different spawn points, i want to make a random spawn system.
Code:
new Spawns [MAX_SPAWN_AREAS][][4] =
{
{ {2050.3469, -1704.7300, 13.5547,1.0169},
{2441.4512, -1895.13...
270