Search Results
The problem with doing something for other people is these people often keep demanding for more. Kalcor (and fellow developers) spent a lot of his time, energy and knowledge to provide us with a free...
730
If the client can only be downloaded from the SAMP file server, it means nobody can download it if the server goes down. Horizon Gaming and Red County (of which both owners are SAMP developers/testers...
368
I've got this snippet of code: pawn Код: public OnPlayerConnect(playerid){    //Check if player has an account    new query[256], pname[MAX_PLAYER_NAME];    GetPlayerName(playerid, pname, s...
90
Quote: Originally Posted by Debjit You are using DoorInfo where it should be VehicleInfo Thanks for shining a light on my stupidity... +rep for you in case you care about rep Thanks ...
250
Quote: Originally Posted by Debjit Can you show the error log or the line in which you are getting the error? I am getting the error at every 'cache_get_value_name_float' line in the co...
250
I am breaking my head over this; at some part of my script I get error messages for tag mismatch. This is the enum: pawn Код: enum vehicleInfo{    carID,    carModel,    Float:carPosX,  Â...
250
Now I seem to be running in another problem, it doesn't loop trough the items enum at all. This is my code now, with added prints for debugging purposes: pawn Код: new Iterator:Item<MAX_ITEMS&...
274
Quote: Originally Posted by VVWVV Could you show how you declared the iterator in the code? Example: pawn Код: new Iterator:Items<...>; Not at all, that was the mistake... Th...
274
Hi all, I get this error: pawn Код: error 017: undefined symbol "Items@YSII_Ag" In this piece of code: pawn Код: CMD:test(playerid, params[]){    new str[50], i;    foreach(i : Items)  ...
274
Quote: Originally Posted by Eoussama I use almost the same method on my server, I get 30/40 at peak sometimes (each player having different amount of items with the biggest backpack suppor...
203
That's your local path: it can only be accessed from your computer. Upload the picture here: https://imgur.com/
192
Quote: Originally Posted by Eoussama At times like these, one wishes pawn supported classes, it would have made our lives much easier. But hey, a good developer is one who works around pro...
203
Quote: Originally Posted by Sunehildeep Resetting the stats is needed. Suppose, you're ID 0 and you've data in your variables, and you leave the server, your variables aren't reset to zero...
289
Not the TS but working on a similar system: is resetting these stats absolutely needed? Why can't the '[playerinfo][][admin]' integer be null instead of 0? I don't question your knowledge on this sub...
289
Quote: Originally Posted by Skimmer Change Код: UPDATE 'players' to Код: UPDATE `players` or Код: UPDATE players Thank you! That solved it.
132
I am currently working on a gamemode to try new things, one of the things I want to learn is to design an inventory system. Basically the design that I wrote down on a piece of paper is as follows: ...
203
Hi all, I recently got back into SAMP and I am trying to set up some basics in a scratch gamemode, I am trying to make a basic database functionality. This query is generated to store information; ...
132
I personally liked bright yellow, if it's a warning for staff members I added red text to draw attention. [WARNING] Some_Name (ID 4) is teleport hacking
492
Hi all, So long story short SAMP is a hobby of mine that I recently picked up again after a year or so. SAMP offers shit that I can't find in other games. For more than 1.5 year I have an (in my eyes...
624