Search Results
So you set 5 different never ending timers EVERY time some player spawns....by the time your players will have spawned 50 times you will have 250 timers running...
584
Well first thing that comes to mind is that do you have the proper folders created? (root/scriptfiles/users ?)
164
Quote:
Originally Posted by RenSoprano
pawn Код:
CMD:cc(playerid, params[]){ new string[128]; // This is the string what is lenght 128 letters if(IsPlayerAdmin(playerid)) ret...
364
pawn Код:
KillTimer(robT);
Should work.
146
Код:
command:repaircar(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) && (Player[playerid][AdminLevel => 1338)
RepairVehicle(GetPlayerVehicleID(playerid));
...
261
https://sampforum.blast.hk/showthread.php?tid=187229
154
PHP код:
//Replace where you defined Chaos with
new Chaos[5];
public OnGameModeInit()
{
SetGameModeText("DM/Stunt/Freeroam/DM");
AddPlayerClass(115, 1958.3783, 1343.1...
261
I know it seems large but I was getting sscanf buffer overflow errors with smaller values
291
Quote:
Originally Posted by mastermax7777
show PlayerInfo ?? enum ..
Код:
*fixed*
291
Quote:
Originally Posted by CmZxC
You need to fetch data seperately, not only PlayerInfo[playerid]; .
The sscanf query does that unless you didn't notice.
291
Hello, I have been trying to fix this issue for hours now and I dont know what could be wrong with it :/
I suspect the error is coming from the query sscanf line, althought I have counted that the amo...
291
Quote:
Originally Posted by HuSs3n
the 'original post' is removed!
Why do you think im asking? :P
320
Yes I know that...but it doesn't exactly have a documentation other than those natives at the beginning
320
Hi there, anybody know if I can find the Double-O-Files 2 documentation/original post anywhere? Would appreciate it
320
Sorry but that isn't exactly helpful.
153
Hi there. Just a quick question for this issue I have right now.
I made the player go into spectate when he connects and show him the dialog, however after he has logged in I use ForceClassSelection t...
153
Quote:
Originally Posted by Kubz101
What interior ID is the bank?
Objects don't spawn in Interior ID's unless specified by a streamer. So the answer would be 0
474
pawn Код:
INI:mine[examples](name[], value[]){ if (!strcmp(name, "some_integer")) { gSomeInteger = strval(value); return; }}
Around here :/
142