Search Results
-wops missed something useless answer-
271
It's just fine but you should've used some other object for the exterior like a brick wall or something. Also some of the objects flash when moving the camera (placed on top of each other) and as some...
352
Are you sure you have changed your gamemode and you're not running some old one?
195
Okey I've been having this problem for sometime and I've been looking for a tutorial or an example but I couldn't find anything that I needed. I want to make an arena where you spawn inside a vehicle...
135
Thanks! It is working now, Rep for you
153
Okey so what is wrong with this? pawn Код: C:\Users\Eliasuus\Desktop\pawno\pawno\Race.pwn(342) : error 029: invalid expression, assumed zeroC:\Users\Eliasuus\Desktop\pawno\pawno\Race.pwn(342) : w...
153
You mean you can buy skins from a shop or attach objects like sunglasses to your skin?
287
If you look closer in your script, you killed the player when he spawned, but ultrascripter sets it to 1 when the player spawns
326
Quote: Originally Posted by AlTy Take a look at this: https://sampwiki.blast.hk/wiki/Create3DTextLabel How he doesnt know how to help you? that should be all you need.
271
Perhaps you're missing an include? or old version of luxadmin/includes?
176
There is an opinion with junkbuster that blocks tuning if I remember correctly... you maybe know about command /jbcfg its possible to change using that. Thought last time I tried JB was few months ag...
228
Quote: Originally Posted by Nicholas. You would need to portforward your server. (Home-Host) - http://portforward.com/ Or purchase a server (24/7) from the any of the providers. - https://...
301
Quote: Originally Posted by GNGification Just as a notice, you need to include junkbuster in every single filterscript and in 'server.cfg' it must be first in ''Filterscripts'' and also ...
396
what error? and I would use GetPlayerVehicleId or whatever it was.
205
Just as a notice, you need to include junkbuster in every single filterscript and GM, and in 'server.cfg' it must be first in ''Filterscripts''. Alltought myself I dont recommend junkbuster, I find i...
396
show the lines then? its bad when you get errors ^^
201
Luckily we can see your script ^_^ show lines 180-185 and 779-781
201
In my code, change ''vehicle'' to pvehicle new pvehicle [MAX_VEHICLES]; pvehicle = createvehicle blabla and etc because ''vehicle'' is allready defined in your nitro function EDIT for your latest p...
401
Ah now I got it pawn Код: new vehicle[MAX_VEHICLES]; pawn Код: if (strcmp("/nrg", cmdtext, true, 10) == 0)    {              new Float:X,Float:Y,Float:Z;              GetPlay...
401