Search Results
in my code, everywhere is used MAX_SERVER_PLAYERS, even when i use MAX_PLAYERS, i get the same error.
132
Now i still get the same error, but now like this: Код: C:\Users\Mitchell\Desktop\server\gamemodes\SumoGM.pwn(895) : error 033: array must be indexed (variable "boughtcar")
132
The error: Код: C:\Users\Mitchell\Desktop\server\gamemodes\SumoGM.pwn(895) : error 033: array must be indexed (variable "-unknown-") The part where i made the variable: pawn Код: new boughtcar...
132
Hi, this is the warning: Код: C:\Users\Mitchell\Desktop\server\gamemodes\SumoGM.pwn(1604) : warning 219: local variable "string" shadows a variable at a preceding level And here is the part with t...
60
pawn Код: if(ring==10){    new rand = random(sizeof(SpawnsRing10));    SetPlayerInterior(playerid,1);    car[playerid]=CreateVehicle(AviableCars[random(84)],SpawnsRing10[rand][0],SpawnsRing1...
81
Hi, i mapped something, added it to my server and it only shows the self mapped parts when i spawn there, the navigation map (circle in the left bottom) is transparant and under the self made parts, t...
81
i would prefer a selfmade one, this looks a lot like the standard one, if you are interested, you can get mine?
61
So i have a script, when you type /buy, it does this: pawn Код: PInfo[playerid][boughtcars]++; . There's nothing wrong about that but i want it to say how much you have left when you respawn. Here...
62
Hi, I am making a sumo server atm, and it is now working fine but when it loads a new map, it spawns some vehicles from the previous round, i need a script that automaticly destroys the cars without ...
178
but tried my code, for me PInfo[playerid][WantedFor] works so
65
pawn Код: format(pInfo[playerid][pWantedFor], sizeof(pInfo[playerid][pWantedFor]), "%s", inputtext); also, in my script i can do it like WantedFor, i don't need to use p in front of it. Not sure h...
65
well i would just search for the lines you want to have in mta, so you could map. You want to get your map in mta so you could add stuff and see where the parts from your map are right? Well just past...
147
http://convertffs.com choose the "i want to upload instead of pasting" or paste the createobject parts and you can convert them to mta, so you could paste them in .map files. Then you can edit them in...
147
Then you just need to make custom models, increasing their height and weight isn't an option.
83
answered the pm of you too, the same answer as austin actually.
193
Best option Vince, nice solution .
73