Search Results
I have a problem with my /robbank command. When someone robs the bank and leaves the bank before it's done he still is robbing it. I want it too end when he leaves the bank. This is how the code is no...
54
Is this somewhere in your script: Код: UsePlayerPedAnims(); if so, remove it and it will be gone
96
I have a roleplay script (I think GF based), everything is going fine with scripting, only thing I still can't get working is namecolors for the families (not the factions like lspd, fbi, taxi, becaus...
60
I can remember I had this too some time ago. Do you open your scripts by clicking on them? Because I think it works when you first open pawno and then in pawno go to Open and then open your script. Th...
133
Quote: Originally Posted by Burridge Another tip would be to make a good advertisement post here. I have done that already, thanks though. But too bad my advertisement was on the second...
177
Alright thanks man. Do you have any other tips for advertising my server?
177
Is it still possible to get a server on the hosted tab?
177
Hi, in my script there are some teams that have colors (like the cops), but I have also families/gangs and they have no color, they are all white. I want to give each family a color, but I don't know ...
111
but that means I can never edit the script, so that's not really an option.. I want to be able to edit the script, but I can't if I get these errors when compiling. Edit: Wow actually you were right,...
90
Hello, I downloaded a script and it's working fine, but the problem is it gives some errors when I compile it (without even editing things). I don't know how to fix these errors, so I hope someone ca...
90
Ok so, I made this script for FBI skins. So everyone with a FBI skin gets a blue name. But, weird is, the players still get the random spawning colors. How can I fix this? Код: public OnPlayerSpa...
59
Well, I got some really fast tram NPC's driving around and these trams kill players easily. I want the NPC's to say something like: ''Haha, watch out better next time'' or something when they kill som...
63
Код: else if(classid >= 59) { format(string, sizeof(string), "~w~Tekst1"); GameTextForPlayer(playerid,string,1000,6); } else if(classid >= 60) { format(string, sizeof(string), "...
77
I saw on the wiki that AddStaticVehicleEx is with respawn when it get's destroyed. But, is it also, that when someone leaves it that it automaticly respawns after some time?
91
Hi. I need some help. I want vehicles when someone exit it to respawn back, but not immediately. I got this now Код: public OnPlayerExitVehicle(playerid, vehicleid) { new currentveh; currentv...
107
Ok, i see, but the reset thing doesn't work with my vehicle streamer. Ehm, let's do it another way: The thing i need is when someone leaves his vehicle, the vehicle will automaticly respawn to his no...
106
Hello, The thing i wanna have for my server is a automatic car reset. I already fixed this and i got a command for it now. But actually, i want it to happen automaticly every hour. So, how can i make ...
106
ehm, yeh, but that's exactly what i wanna know. what comes at the place at 'more'
119
Hello, I'm not working with any admin scripts in my server, but always with RCON admin commands. But now, i wanna know how i can make a chat that only RCON admins can see. So a command with // <tex...
119