Search Results
https://sampforum.blast.hk/showthread.php?tid=274064 that's the closest you'll get to doing that
210
Quote: Originally Posted by MafiaOink OMG how could I forgot the ' LOL thanks so much lmao I've been confused where was I going wrong also should I use %e wherever I use string? Because I...
152
you're inserting floats and integers into your database as a string this should fix it: Код: VALUES ('%e', %d, %f, %f, %f, %f, %d, %d, %d, %d, %d, %d, '%s') also I see that you're using %s to in...
152
Great job, this can be very, very useful! Looking forward to any future updates
835
Quote: Originally Posted by Joshhh Where's the models folder? if it's not present in your server folder, just create one in the root directory
2,358
Quote: Originally Posted by OneDay Why is it public? Public so that it's globally accessible, I tried to remove the public & forwards, but it still shows the same errors
186
No, you can in fact include "modular" parts of your script via the gamemodes folder. It works for like 20+ other modules in the script, just not this one.
186
So in gamemodes/gm.pwn I have the following on line 2505 Код: #include "../gamemodes/inc/cell_main.inc" The file in gamemodes/inc/cell_main.inc has the follow public (and forwarded) function: P...
186
I really, really appreciate this. This is so awesome and it looks great. Thank you! edit: server seems to crash after OnPlayerSpawn, any idea why this happens? edit2: crashdetect log: Code: [12:3...
8,522
Quote: Originally Posted by Vince Use a tag override in this case. PHP код: if(IsValidDynamic3DTextLabel(Text3D:i)) DestroyDynamic3DTextLabel(Text3D:i);  Confusing. I th...
202
Код: stock DestroyAllLabels() // Destroy ALL 3d labels on the server { for(new i; i < MAX_3DTEXT_GLOBAL; i++) { if(IsValidDynamic3DTextLabel(i)) DestroyDynamic3DTextLabel(i); } return 1; ...
202
I've set up sublime to compile from the location of the compiler, however when I compile in sublime I get 65+ errors: Код: warning 219: local variable "i" shadows a variable at a preceding level H...
225
i think it was life telling you to stop playing this shit
139
Quote: Skills: carding .. did he really just list carding as a skill
280