Search Results
-wops missed something useless answer-
157
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...
161
Are you sure you have changed your gamemode and you're not running some old one?
100
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...
73
Thanks! It is working now, Rep for you
81
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...
81
You mean you can buy skins from a shop or attach objects like sunglasses to your skin?
172
If you look closer in your script, you killed the player when he spawned, but ultrascripter sets it to 1 when the player spawns
181
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.
127
Perhaps you're missing an include? or old version of luxadmin/includes?
101
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...
117
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://...
124
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 ...
232
what error? and I would use GetPlayerVehicleId or whatever it was.
79
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...
232
show the lines then? its bad when you get errors ^^
96
Luckily we can see your script ^_^ show lines 180-185 and 779-781
96
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...
160
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...
160