Search Results
https://sampforum.blast.hk/showthread.php?tid=641085 try this personally like this editor
here is the download: https://github.com/Nickk888SAMP/Text...aster/releases
make sure to put NTD_RESOURCES.t...
209
yes.
make global variable.
When server starts(OnGameModeInit) reassign the correct value to variable.
When servers close(OnGameModeExit) save it inside the file.
220
wtf...
those " = " came itself, sorry it should be like this:-
pawn Код:
if(IsPlayerConnected(i) && e_Participando[i] == true)
yes i know it should compile and it should technically be wor...
273
dont use timer inside local callback which u are calling through same timer wtf
pawn Код:
new TimeBar[MAX_PLAYERS], Work_Cant[MAX_PLAYERS]; //you have to use it globally cuz it will reset if...
200
Hello, your code should work OK you did everything right.
Is it freezing only few people or it does not freeze anyone at all?
Are you sure e_Participando variable is the only variable for event part...
273
pawn Код:
CMD:makemevip(playerid, params[]){ if(PlayerInfo[playerid][LoggedIn] == 0) return SendClientMessage(playerid, red, "ERROR: You must be logged in to use this commands"); new lev...
227
pawn Код:
#define isnull(%1) ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1])))) //we will use this to check if famname is empty#define MAX_FAMS 5 new fid = -1; //lets assume "fid...
240
use variable to count, if count is 0 then send bag is full msg
pawn Код:
new iCount = 0;for(new i = 0; i < 10; i++){ if(Bag[playerid][i][Slot] == 0) { Bag[playerid][i][Slot...
418
https://pastebin.com/5H9Mi5j5 - j_fader.inc
use this include, let us know if u get any error after that
362
you cant do it like that.
Put MyLabel inside dGunData, then create label for each object you drop, then delete it once they get picked up like this:-
pawn Код:
enum whatever{ Text3D: MyLabel...
150
Quote:
Originally Posted by Yashas
1. Arrays are slower than normal variables
The following code is inefficient:
Код:
new Float:pos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);...
175
yes
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys & KEY_AIM) //When player aims { new targetplayer = GetPlayerTargetPlayer(playerid); //...
115
try using
pawn Код:
SetSpawnInfo(playerid, 0, sInfo[playerid][skinas], sInfo[playerid][p_x], sInfo[playerid][p_y], sInfo[playerid][p_z], 0, 0, 0, 0, 0, 0, 0);//////////////BŪTINA KEISTI!!!!!!!!!!...
299
find this under ongamemodeinit
pawn Код:
AllowInteriorWeapons
and remove it.
158
wrong place to ask, this place is for scripting help.
anw u can try samp addon it has anti pause, multi process, and change version itself
565
you need these:-
Microsoft Visual C++ Redestributable (2005, 2008, 2010, 2012, 2013, 2015, 2017) x86 or x64 versions.
.NET Framework 4.5.2
289
add this line in your server.cfg after filterscript
Code:
plugins sscanf streamer
and make sure you have sscanf.dll and streamer.dll in plugins folder which should be inside the server files
407
you need plugins where did you download gamemode from?
407
Just post here what problem are you facing, so others can help too
here is the tutorial
https://sampforum.blast.hk/showthread.php?tid=49456
407
then its probably because of runtime, install runtime and you are good to go
289