Search Results
The streamer issues are all solved now, still the same problem.
79
Hello,
On my linux server i am trying to run a samp server, but people randomly timeout, they see "the server is restarting" while its not actually restarting.
log https://pastebin.com/0xn58iCg
I s...
79
Damn this is nice mate.
Will this work with combing it to online PHP, as in websites, so you can make some kind of UCP, or not?
2,943
Hello,
so i want to obtain the name of the player, but ONLY if the player is offline.
This doesn't work, and I have no idea why.
Can someone help me?
ty
PHP код:
/* ===========================...
17
Quote:
Originally Posted by Mencent
You have more parameters in format as %s, %i, %d or %f.
PHP код:
format(query,sizeof(query),"UPDATE accounts SET FactionRank='New Leader',Is...
18
Quote:
Originally Posted by oMa37
mysql log does not print the whole format.
If there is something wrong with the query, it will print it in a tag either "[WARNING]" or "[ERROR]".
It's not...
18
Hello.
My query gets cut out.
code:
PHP код:
forward SetLeader(ffID,target,playerid);
public SetLeader(ffID,target,playerid)
{
new string[400];
myStrcpy(Player[target][Facti...
18
Hello,
when i run this code, the info goes in another enum and overwrites.
PHP код:
else if(!strcmp(tmp, "factionize", true, 9))
{
n...
16
Quote:
Originally Posted by Vince
Probably because a hostname doesn't exist for that IP, like when you're testing on a local network.
I am not testing it on a local network.
I am curren...
13
Hello.
I am using this plugin:
https://sampforum.blast.hk/showthread.php?tid=75605
And this is my code
PHP код:
/* ==========================================================================...
13
Hello.
When i run this code, nothing shows up.
Not even an empty SendClientMessage.
halp??
PHP код:
/* ============================================================================= */
COMMA...
13
You could just include the enum in there.
17
Quote:
Originally Posted by StR_MaRy
why you wont try it ? it changes that
new TowString[3000]; to 200 , 3000 is not even possible max 2024 as i remember but put it less like 200 it will...
17
Quote:
Originally Posted by StR_MaRy
try this
Код HTML:
forward VehicleTow(playerid);
public VehicleTow(playerid)
{
new TowString[200];
if(!cache_num_rows()) return SendCli...
17
Hello.
my dialog doesn't show up.
This is my code:
PHP код:
//The command:
/*============================================================================= */
new query[200];
format(query,si...
17
What error does it give now you changed it?
19
Quote:
Originally Posted by Tass007
I want to record the players connection time and save it into PlayerInfo[playerid][TotalTime]
Whenever a player reconnects it gets the existing TotalTi...
30
The best one is the map editor by MTA.
Try googling for that.
22