Search Results
pawn Код: #include <RaZoR> at the top of your script. Make sure the script is also within your pawno > include, folder.
149
I'm not quite sure what you're saying, but I assume you mean that you're wanting a pickup to go from an interior to an exterior but are encountering a sort of issue. If so, you should check out this...
95
Quote: Originally Posted by betta Thats odd i trough you needed 5 rep You do, but if you reach 5 and then go below 5 (as you can lose and gain reputation) you don't lose your privileges.
332
Ok even though this was a bit confusing to understand, I think you're trying to say that you have the same IP of your server but are running a different gamemode? If so, it depends if you currently ha...
332
Yes, it's possible, use the "search" option on the forum and search for an NPC filterscript, there are many to choose from.
142
Use the script request thread: https://sampforum.blast.hk/showthread.php?tid=413556
64
Ok so, me personally the server would be to be really good, and I mean really amazing for me having to do the effort to change the IMG file every time I want to play on a different server, I would hav...
167
Try this: pawn Code: if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER && GetOnlinePlayers() < 15)    {switch( GetVehicleModel(vehicleid) ){    case 520, 4...
124
Quote: Originally Posted by horsemeat alright let me ask you what is a boot I am looking for a simplified term.. p.s is the blimp that grey dot that appears for the cars -.-
194
It seems pretty clear to me, the bonnet feature opens and closes the bonnet. The boot feature opens and closes the boot. And the objective enables and disables the blip on the radar for the vehicle.
194
Ok, copy and paste from SA:MP wiki: https://sampwiki.blast.hk/wiki/SetVehicleParamsEx vehicleid The ID of the vehicle to set the parameters of. engine Toggle the engine status on or off (0/1). lights...
194
pawn Код: // This is a comment// uncomment the line below if you want to write a filterscript//#define FILTERSCRIPT#define DIALOG_WEAPONS 3#define HEAVY_WEAPONS 1#define LIGHT_WEAPONS 2#include &l...
86
Excluding the fact host1free is really unreliable and crashes a lot, i'm pretty sure it has a max execution time is for 90 seconds, or it was when I tired it last year. I recommend purchasing a proper...
216
pawn Код: case 0:{if(GetPlayerScore(playerid) > 100){SendClientMessage(playerid, 0xFF0000AA, "You need over 100 score to join this team!");}else {gTeam[playerid] = TEAM_POLICE; SetPlayerTeam(pl...
137
Make sure you set the team within where it says "your code"
137
pawn Код: if(GetPlayerScore(playerid) >= 100){SendClientMessage(playerid, 0xFF0000AA, "You need at least 100 score to join this team!");}else {//Your code}}
137
Guys, this is the third topic this person has made. I have helped him numerous times within the last topic filling him in on all the details, yet he's continuously making topics to try and get people ...
185
Check out this function https://sampwiki.blast.hk/wiki/IsPlayerAdmin it may help you.
143
No one said it's going to be or not be be added, I think you guys should stop the drama here, and if the thread starter still wants to report the server he can do what Mike said and then you can see w...
316
For your first issue: pawn Код: public OnPlayerText(playerid, text[]){    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);    return 1;} And for your second issue: pawn КоÐ...
169