Search Results
Been working the last 4 years away from home, so haven’t played at all. I should probably shut the server down one of these days.
4,457
Well its not the script causing it, its mySQL. If you need the coordinates to be that exact change the field type on the x y z rows on the table to decimal, and be sure to set the decimal length to m...
178
Why are you returning 0 on the SEXMENU?
68
It is saving properly, its rounding the decimal numbers.
178
If you're talking about some of the house interiors (most likely the burglary interiors) those don't show up because they're handled differently in the engine, so they won't show up in the map editor ...
89
My only disagreement with such a thing is the fact of the official RP server that's using an existing communities name. Other than that, the idea is great to try. Keep up the good work.
1,021
Master account and i'm seriously sorry I did not do this when I rewrote my game mode.
428
I started alone. Mainly because at the time our previous community had just died off and me plus about 15 to 20 others needed a place to play. I did it alone because of a previous experience in scri...
470
I joined after a major shitstorm that happened in the summer of 2007. By that time FeaR had already released the GFRP mode and disappeared and brando had gone MIA. The two 1887 administrators at tha...
246
Lol my server has been running since 2010. But it's been dead since 2012. Yet the samp server still runs continuously, always empty. Full of memories and un fulfilled potential. It's like a ghost ser...
167
Shockmouth I personally haven't tried this on windows 10 but it's something I've had to do to get it to work on windows 7. And I think a couple of friends on Windows 10 have done this as well, (nothi...
145
Quote: Originally Posted by DRIFT_HUNTER Use these plugin: https://sampforum.blast.hk/showthread.php?tid=56564 Its maintained and stable. I still use StrickenKid's plugin simply because...
28,562
Actually I love it lol. It'd work well for my server since the economy is a huge piece of what goes on IG.
153
Quote: Originally Posted by EPIC2LA Are you mad? Код: 192.168.1.4:7777 Remove that IP FAST! Or you will get hacked! The ip mentioned is a private ip address from a home or otherwis...
195
That fixed it. Thanks a lot! Somehow I forgot about the 'left side' rule when creating that textdraw. Also I totally skipped over TextDrawSize when trying to debug, it was carried over from a c/p :/ ...
126
Quote: Originally Posted by BroZeus it is doing it because it written to do that what u want to do with it?? in what way is it written to do that though. This was created with the textd...
126
Just a quick question really. Why is this: Код: new PlayerText:Textdraw3[MAX_PLAYERS]; TDTEST(playerid) { Textdraw3[playerid] = CreatePlayerTextDraw(playerid, 48.714324, 237.666778, "Model: ...
126
Quote: Originally Posted by Deniz1467 I put it like that, I think I cant put it truely. pawn Код: public OnGameModeInit(){for(new i = 0; i < MAX_VEHICLES; i++){    if(GetVehicleM...
175
I'm assuming each and every player that registers an account on your server is saved in SQL. Why don't you pull the SQL ID instead? On my server when a player connects OnPlayerConnect runs the query ...
128
Yeah you kind of have to think about that. And that makes sense. The font file is being installed for a reason after all. Well I'm going to make a note of that in the future in case I have the issue.
237