Search Results
Nice release, was about to start looking for something like this to implement on my server.
209
Re-download and update your streamer plugin. Make sure to re-compile your script when you've updated it. https://github.com/samp-incognito/sa...plugin-2.7.zip
295
Change the health part to %.0f%
158
Quote: Originally Posted by Admigo Heey all, I have a problem with my wave command. When i use /wave its not playing the animation but when i use it again it will be played normal. How to...
117
Quote: Originally Posted by Vasu99 Oh, that seems easy haha. But the thing is that the map is in my gamemode script, so do I remove it from there first and put it in a .txt file, which I t...
145
Quote: Originally Posted by Vasu99 I've added you, and REP+ed, although you haven't accepted yet. Does anyone else have any ideas so I can solve it as quick as possible? What you do is,...
145
That happens with maps that are made too close to the water. I suggest increasing the height of the map, you can actually do this really easily with a filterscript that has been made, I suggest watchi...
145
pawn Код: dcmd_removebike(playerid,params[]){    new vehicleid = GetPlayerVehicleID(playerid);    if(GetVehicleModel(vehicleid) == 510)    {        DestroyVehicle(vehicleid);    }   Â...
244
Quote: Originally Posted by V4at Okay, show me a correctly code :// Try the code that I posted and see if it works. As Cuerv0 stated you missed a bracket there and also another un-neede...
122
pawn Код: new cartype = GetPlayerVehicleID(playerid);        new State=GetPlayerState(playerid);        if(GetPVarInt(playerid, "Admin") >= 1)        {            if(State!=PL...
122
pawn Код: CMD:hnext(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 4 || PlayerInfo[playerid][pShopTech] == 1)    {        SendClientMessageEx(playerid, COLOR_RED, "* Listing...
97
I don't believe you can, correct me if I'm wrong. Even if you could, it wouldn't really look good at all, it would look messy, you should really just keep it as it is, it'll be easier to find things, ...
108
Use this to check if the player is in an interior, so that he can use this command. https://sampwiki.blast.hk/wiki/GetPlayerInterior
79
pawn Код: CMD:out(playerid, params[]){    SetPlayerPos(playerid, x, y, z); Set your coords at x, y & z.    SetPlayerInterior(playerid, 0);    return 1;}
79
Download mysql R5 or R6, you have the wrong mysql version. https://sampforum.blast.hk/showthread.php?tid=56564
179
I went through my server logs, just found one line same as what you're getting.
720
Thanks for the comments I will try to make more stuff in my town packs it was the first time ive ever made a town pack I usually just do sheriff stations, fire department mappings & interiors.
408
Quote: Originally Posted by BigBadWolf Not bad 7.5/10, let's see some more! Don't worry i've got a couple of others in the making! Thanks for the comments.
408
Quote: Originally Posted by [L]azy[H]aze not bad 8/10 good job +rep Thanks for the feedback.
408