Search Results
Hey,,
I downloaded th GM and started the server and i tried to join but it's only connecting to the server , the server isn't responding. retrying,,, and i tried to change host name in gm but it says ...
2,599
I'm looking for helpers and testers and suggesters for my server(Freeroam server)....
Anyone wants to be in reply here or send me a PM.
Thanks
161
Quote:
Originally Posted by xTURBOx
y_ini is much faster than dini and more efficient
I didn't learn to use it yet.
189
I've made a little register and login system with dini but it now dont create the file for everyone who registers!
Please help me.
Here is the code for the register and save:
Код:
if(dialogid == D...
189
Quote:
Originally Posted by XBrianX
Banana power?
Maybe But i need a name with christmas idea tho..
475
Quote:
Originally Posted by KingHual
Thanks Ironmen
?!?!
475
Hey..
Please give me ideas of Nicknames(with the idea of christmas) for samp ...
Thanks
Ironmen
475
Now everything is fine except this:
Код:
TextDrawShowForPlayer(playerid, XPS);
Код:
warning 213: tag mismatch
The same problem but in another line!
Please help me!
Thanks!!
Ironmen
242
I've made a textdraw and everything is fine !
But...
This code:
Код:
PlayerTextDrawSetString(playerid, XPS, newxp);
Shows this warning:
Код:
warning 213: tag mismatch
What is the problem ??
T...
242
Quote:
Originally Posted by PrO.GameR
my best guess is that XPS is not a "PlayerText" so first define it as PlayerText:XPS
(and you probably should add a [MAX_PLAYERS] to it so every XPS i...
393
Quote:
Originally Posted by IceBilizard
First of all learn how to create textdraw for players with CreatePlayerTextDraw
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
EDIT:
try th...
393
Quote:
Originally Posted by karemmahmed22
PHP код:
new Text:XPS[246];
^ Replace with the other XPS variable.
After I did this it added more Tag MisMatches !
393
I've made a textdraw and everything is fine !
But...
This code:
Код:
PlayerTextDrawSetString(playerid, XPS, newxp);
Shows this warning:
Код:
warning 213: tag mismatch
What is the problem ??
Th...
393
ChandraLouis That's just like the one i did!
236
Код:
CMD:healme(playerid, params[])
{
if(GetPlayerScore(playerid) <= 100)
{
SetHealth(playerid, 100);
}
return 1;
}
236
I have made an xp system and everything works!
except...
The Xp TextDraw shows only for the first player that joins!
Help me!
Code:
Код:
public OnPlayerConnect(playerid)
{
SetTimer("xpse", 2, 1);...
179
Make sure you compile the gamemode with no errors!
182