Search Results
arrays start at 0, work from that. gInvalidVehicles[18] will never exist as you have assigned the array between 0 and 17 (18 slots).
200
if every single one of those is a query? do you clear the query before you start? do you query every one after formatting it? (your code above doesnt) is your query variable BIG enough? ie query[256]...
133
Not used it before but wouldnt this help? https://sampwiki.blast.hk/wiki/SetVehicleToRespawn
146
Is your field "Money" with a capital M or money without a capital M
119
I have always stuck with "if" but if you think it could be helpful I can probably reduce my code in loads of places. Can you explain a little further, i'm the old fashioned type who likes to know abo...
89
I built a little stock as I figured it would be useful for me, so here it is. Код: stock IsPlayerInRangeOfPlayer(playerid, otherplayerid, range){ new Float:oPX, Float:oPX, Float:oPZ; Get...
89
sorry, I assumed bluegills r7 as you didnt mention which plugin you were using.
104
answered my own question: I was using arrays for every single temporary variable, the idea being the elimination of the need for an inbetween temp variable. This is how I fixed it: Код: new...
51
you can run a mysql database on your own pc IF you open the ports and allow outside connections from the installation. As long as you point the server to your home IP address for the mysql server and ...
97
do you have mySQL_init(); under OnGameModeInit() ??
104
I have become a little stumped at a bit of code I am using to attempt to spawn vehicles. I have pulled it apart to its bare minimum to get a proper response from the code but when I start adding thin...
51
this is how i do it: cache_get_field_content(0, "kills", tmp), gPlayerData[playerid][LOADED_KILLS] = strval(tmp); slight difference in that i use a " , " between the 2 commands.
63
thanks tyler thats what must have happened.
144
well, yea, i changed it, but why did the default language change to French when I had the forums all in English before
144
I have just had to go and select my default language for the forum and change it from default to english as for some reason it is french? anyone?
144
Quote: Originally Posted by Alex Magaсa LOL wtf?? OT: try to find their IP's and range ban them from IP*.*.*!!Also if they are using Blank Scripts & Proxy no way to ban them! Stil...
200
use a printf("check"); under OnPlayerConnect(). Its probably some code in there
128
are you using a database? can you link a database to a website to verify registered players? if you can, autokick(or ban) players who arent registered. Thats my suggestion, DDoS is difficult to stop ...
200
I have recently been starting to incorporate MySQL functions and features into my server and have created a working login script that collects a players information from a database and throws it to th...
72
http://dev.mysql.com/downloads/mysql/ I always use the original stuff when coding rather than one of these packages like XAMPP or WAMP or whatever else there is out there. The first problem with you...
138