Search Results
Quote: Originally Posted by zF3lKy3 Й o seguinte, eu refiz os mesmos passos do tutorial. Adicionei a minha logo e foi mostrada na sprite, porйm, quando fui adicionar a imagem de Profile,...
184
Olб zF3lKy3, refaзa seus passos e nos mostre o caminho percorrido atй a tentativa de ativaзгo do sprite, sem mais informaзхes nгo podemos ajuda-lo.
184
Hello cipi89 why are you formatting the hex-dec color code?, as it says on the Wiki, it must to be a integer or hex in RGBA, the way you are using, makes the parameter a String, so it gives the error....
136
I print the string in the console, it appeared right the name of the clan, still did not delete the row. I changed and used a SQLite Improved Statement, and for some reason I can't explain worked. P...
221
Quote: Originally Posted by Joe Staff Code: stock ApagarPlayerClan(playerid) { new Query[100]; format(Query, sizeof(Query), "DELETE FROM `ServerClan` WHERE `clanNome` = %s", GetPC...
221
Quote: Originally Posted by Joe Staff I'm guessing because the query doesn't contain any resulting information and doesn't need to be freed. Okay, but how can a delete a row? Quote: ...
221
Hello there, i started using SQLite recently, so many questions and problems will arise, one of them is just below, when calling a function to delete a row from my table, it prints in the prompt the e...
221
Hello binnyl, I don't know how exactly SetPlayerMarkerForPlayer works, but I have a similar system, but I used SetPlayerMapIcon to put an icon for all players of the same clan. The difference is that...
456
As you said above (but if it's under 5 the time connected does't go up for some reason), is probably because of this part of your code, this conditional command will only work if your AFK time is less...
71
I deduce that you are already using some .INI reader, just use it and read the documentation of it, there should contain the functions responsible for getting and setting a value, as the example in DO...
58
Quote: Originally Posted by lollypap54 If you won't find simplier solution, i would do this: comment out half your code, see if error is still here, if it is, comment half the uncommented ...
178
Hello there, I have a simple problem (Array index out of Bounds), but it is difficult to find, I chose to use crashdetect to see if I can find the problem line, but when I post Debug Info following th...
178
Hello, is it possible to create vertical Text Draws using text? without having to create letter by letter and position them in such a place?
93
Quote: Originally Posted by 5002 ////// enum PDATA { pPolice, pskin, pweapon, pammo, pcolor, parmour } new pinfo[MAX_PLAYER][PDATA]; public OnPlayerDisconnect(playerid, reas...
144
Hello, AhmedMohamed first of all, see what Y_Less has questioned you, "0xFFFF" is a hexadecimal value, that when turning into decimal stands for "65535", which is the "issuerid" of the function. I've...
333
Quote: Originally Posted by Y_Less This is why I asked which tutorial you used. That code is nothing like any of the code in any of the tutorials or documentation. I'll try to read mor...
128
Okay, first let me explain why I'm doing this. I was two months trying to fix the error that happens with my MySQL, I did not find a solution, then i had to made a way to store data in INI files. It...
128
Hello, GeorgeLimit You need to use PlayerTextDraws, so when some player uses the command, the TXD will only be destroyed for the player who used the command. You can take a better look, just click on...
92
Quote: Originally Posted by Y_Less Which documentation/tutorial did you use? I read several tutorials here in the forum, to learn how to use it, among them are: https://sampforum.blast...
128
Why these mistakes? Code: SS/Core/Player/TopSystem.pwn(117) : error 017: undefined symbol "name" SS/Core/Player/TopSystem.pwn(117) : error 017: undefined symbol "value" On this line: PHP Code: IN...
128