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 ...
1,627
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
60
Quote: Originally Posted by xTURBOx y_ini is much faster than dini and more efficient I didn't learn to use it yet.
99
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...
99
Quote: Originally Posted by XBrianX Banana power? Maybe But i need a name with christmas idea tho..
285
Quote: Originally Posted by KingHual Thanks Ironmen ?!?!
285
Hey.. Please give me ideas of Nicknames(with the idea of christmas) for samp ... Thanks Ironmen
285
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
145
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...
145
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...
207
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...
207
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 !
207
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...
207
ChandraLouis That's just like the one i did!
153
Код: CMD:healme(playerid, params[]) { if(GetPlayerScore(playerid) <= 100) { SetHealth(playerid, 100); } return 1; }
153
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);...
97
Make sure you compile the gamemode with no errors!
125