Search Results
Quote:
Originally Posted by JJohnson1
Thanks for the reply SecretBoss .>>this was the line following [SERVER CRITICAL ERROR]: SendRconCommand("exit");..I removed that and it loaded,i...
882
Hello, I have previous knowledge of setting up a basic server just like before. However, now I have been trying to set up a server every possible way but it seems as though the connection does not giv...
36
Okay so, I'm having these strange errors in my Game-Mode that when I compile it without using the include mentioned in my Game-Mode, they would still show up.
These errors are from 2 separate files...
26
Quote:
Originally Posted by misho1
No Pic Or Vid
I'm working on it.
Quote:
Originally Posted by iWind
Pics!,dude
I'll be posting the pics/vid up shortly.
Quote:
...
110
Okay so as I was strolling along the forum today I came across a pretty fun idea for TDM,DM, and all other servers related to COD(or not). Okay so, I had this idea of making the screen fade bloody red...
110
Quote:
Originally Posted by Littlehelper[MDZ]
I dont get it, what is this?
As he stated in his topic:
Quote:
There is a SA-MP bug, that when someone goes AFK in a vehicle, and a pl...
180
I agree with Nanory, if(vehicleid != INVALID_VEHICLE_ID) is the appropriate code to check if the vehicle is valid.
180
Quote:
Originally Posted by xerox8521
Код:
error 017: undefined symbol "g_aStarTextDraws"
pawn Код:
//means that you didnt defined g_aStarTextDraws add at the top of your script bu...
59
okay so let me get to the point. I have 4 errors when I compiled my script with a wanted level star-based system. the error is in this line:
pawn Код:
for (i = 0; i <sizeof(g_aStarTextDraws); ...
59
Quote:
Originally Posted by Backwardsman97
Make sure your Spree variable has the Text: tag when you declare it.
why do I all of a sudden get all these errors then?
Код:
C:\Users\ow...
139
Any ideas? I need help...
139
I get that error message now on a bunch of shit for some reason in my game mode. IDK what I did wrong so I'll just post the errors:
this is the piece of code that gets those errors in:
Код:
Text...
139
okay when I finished all of that I get the biggest and best error ever (:
Код:
Script[gamemodes/CODSW11.amx]: Run time error 19: "File or function is not found"
Server_Log.txt
Код:
SA-MP Dedi...
230
Quote:
Originally Posted by Code8976Man
Check this include #include <airstrike>
It must be an include yes or yes.
fucking thanks...but still got a question. What to delete? becau...
230
Quote:
Originally Posted by Steven82
What plugins are you running? With includes of course..
these are all my includes I have in my Game Mode:
Код:
#include <a_samp>
#include...
230
Quote:
Originally Posted by Mauzen
It is probably somewhere in an include then. Maybe some hooked callback that gets hooked with defines.
I checked my most recent includes and there is ...
230
Alright so I've been making this little COD game mode but then I encountered a very strange problem I never have encountered before. it is giving me an error of a symbol already being defined but not ...
230
Quote:
Originally Posted by Manuel1948
Try with TextDrawShowForPlayer(playerid, Web); on OnPlayerConnect and please write a hexadecimal colour-codes in TextDraw Definition, not anything.
...
44