Search Results
@Tr1viUm What's the advantage of using your recursive method instead of a loop?
95,206
if mysql_free_result etc. don't work in R7, then why are they still included?
6,762
You checked your includes for this define?
129
hey, I'm wondering about the return value of GetPlayerMenu. according to wiki it should return the ID of the menu the Player is CURRENTLY viewing or 255 if no menu is being viewed. So, when I'm viewin...
80
Quote: Yes, strcmp will return 0 if either of the strings are empty, that's just how it works! oh, I didn't know about that. Thanks.
198
I tried: pawn Код: if(!strcmp(inputtext, "123",  false, 3)) same as before.
198
Quote: pawn Код: if(!strcmp(inputtext, "123", false)) return .......(); Try it like this didn't help Quote: Show me OnPlayerLogin(playerid, LOGIN_NORMAL); it...
198
yes, but I want to know why strcmp returns 0 in this case.
198
hello, I have a problem with the return value of strcmp: pawn Код: //OnDialogResponseif(!strcmp("123", inputtext,  false)) return OnPlayerLogin(playerid, LOGIN_NORMAL); Problem: when I type no...
198
hi, when I click "connect", client crashes before I even see the loading screen, but after a few tries it works. this problem occurs in 0.3c R2 AND R3. no mods, i tried reinstalling GTA:SA didnt'T wor...
100
try this: pawn Код: CommandDialog(){    Commands[0]='\0';    strcat(Commands, "{FF0202}->/car [name]{EFED7A} foloseste {FF0202}/car [name]{EFED7A} pentru a lua masina dorita\n", 1024 );  ...
99
https://sampwiki.blast.hk/wiki/Remote_Console
81
I also have the problem with mysql_close(). the server exe crashes when i call this function. my OnGameModeExit looks just like this: pawn Код: public OnGameModeExit{        mysql_close();  ...
28,215
https://sampforum.blast.hk/showthread.php?tid=205568
93
use PVars, they're accessable in gamemode and any related filterscript.
74
no, the textdraw position is stated in TextDrawCreate, there is no function like MoveTextDraw, when you want it at another position, you have to destroy and recreate it with new coordinates.
162
pawn Код: new engine, lights, alarm, doors, bonnet, boot, objective;GetVehicleParamsEx(engine, lights, alarm, doors, bonnet, boot, objective);if(engine){     //here you go...}
189