Search Results
I have this code for my drivers licenses in my server they are supposed to expire 7 days after you are issued one. This code has worked in the past but now when I get issued a new license it comes out...
39
Quote: Originally Posted by Alex_Carillo Lol seriously i played at ARP when Rick was the Admiral we had that command /fbo = fire bay open /fbc = fire bay close what antonio112 said is ...
169
lmfao that's funny we had that same coast guard command.
169
I think your referring this to my server. It was actually quite simple to make. ******* Video: [ame]http://www.youtube.com/watch?v=wwimAcIM9HY[/ame] We actually did this on a command so basicall...
192
I am having trouble really understanding what you want.....
114
You just said it worked above.... Now it doesn't?
353
Quote: Originally Posted by Vince pawn Код: if(IsVehicleEmpty(v) && !IsDealerVehicle(v)){        SetVehicleToRespawn(v);    } (And wtf is this bullcrap. Everytime I post...
64
Ok here is my mass respawn code Код: COMMAND:respawncars(playerid, params[]) { if(ADMIN(playerid) == 1){ for(new v = 1; v <= APPROX_VEHICLES; v++){ if(IsVehicleEmpty(v)){ SetVehicleToResp...
64
Hello, I would like for an admin to change my username. I remember back when I first joined you were able to change your user name in the CP, but since some idiots wanted to hack we can't do that now...
92
dude just search throughout this samp forums I guarantee that you will find million of road block commands
131
doing it by script file would be easier thats how I have it on my server
111
It can be done... You have to be a little more advanced scripted to pull it off, We have it in our server.
129
never mind I solved the issue. Thanks anyway
66
yes so when you click on to login. it takes that dialog off the player screen so they can type in the chat there password
66
I have a Locker system and when you type /lock it brings up a dialog says "click here to sign in" then it brings up a regular sendclinentmessage "please type in your password" Well with the dialogs ...
66
Quote: Originally Posted by Christopher Mooney Sorry to go off topic: One Question why do they have a slogan saying "The best host around"? i guess to bribe the public and pull them int...
178
here you go you can try this Код: format(namestring, sizeof(namestring), "GOD"; SetPlayerName(playerid, namestring); let me know if this helps
55