Search Results
Fixed. It was the "sort" include "#include <sort>"
236
Quote: Originally Posted by Mohaaaaaaaaaaa It's a wrong bracket opened / closed probably use missing bracket finder to find out where is this bracket I did that and it's saying that the...
236
I'm having an issue with my compiler crashing and forcing itself to close without finishing the compile. Even when I remove the includes of the script, it doesn't show the errors that the includes do...
236
Quote: Originally Posted by JessThompson Код: CMD:car(playerid, params[]) { if(!LoggedIn[playerid]) return true; new Float:dist = 5.0, count = 0; new count = 0, test[MAX_CARS], ...
77
pawn Код: CMD:car(playerid, params[]){    if(!LoggedIn[playerid]) return true;        new Float:dist = 5.0;        new count = 0, test[MAX_CARS], desc[MAX_CARS][32], h = PlayerCar[player...
77
Quote: Originally Posted by Misiur If you want to leverage theaded query speed, then yes, there's no other way than creating proper callbacks. That isn't too hard tho, it can be even easie...
190
Quote: Originally Posted by SickAttack Go through the whole script and update it using the new functions/syntax's. Is that the only way? Is there a quicker way to convert for instance: ...
190
MySQL R5 to MySQL R39? Any help appreciated.
190
Use SetPlayerMarkerForPlayer under OnPlayerWeaponShot, it'll detect if they've shot as soon as they do, then mark them on the map.
106
Add this to your code: pawn Код: new TimerTest;public OnGameModeInit(){    //after your mysql_connect    TimerTest = SetTimer("TestPing", 999, true);}forward TestPing();public TestPing(){  Â...
166
Quote: Originally Posted by ilijap Try this pawn Код: new skins[315];for(new i = 0, num=0; i < 311; i++){    if(IsSkinAvailable(i) && IsValidSkin(i)){        skins[nu...
111
I've got this: pawn Код: new skins[315];for(new i = 0; i < 311; i++){    if(IsSkinAvailable(i) && IsValidSkin(i)){        skins[i] = i;    }}    setClothingPosition(playerid)...
111
Fixed this, thanks for all of your help.
152
But, there's other items in the enum which aren't text labels. Will it still work? Edit: Tried it, just gave me LOADS of warnings.
152
pawn Код: new WeedData[MAX_HOUSES][WEED_DATA][MAX_WEED_PLANTS]; That?
152
This is the enum: pawn Код: enum WEED_DATA{    PlantGrowth,    PlantWater,    Text3D:PlantLabel[MAX_WEED_PLANTS],    PlantPotObj,    HouseSQLID,    PlantSQLID};
152
Don't have a clue why this is happening. Here is the variable inside of the enum: pawn Код: Text3D:PlantLabel[MAX_WEED_PLANTS], Here is line 7718: pawn Код: DestroyDynamic3DTextLabel(WeedDat...
152
Try this and let me know, please: pawn Код: }                            else                            {                                PlayerInfo[Re...
120