Search Results
Maybe it works with integers, then the objects can be placed 0.999999 too far. Don't know?
155
Quote: Originally Posted by Markx Lol not all all. Use this une: https://sampforum.blast.hk/showthread.php?tid=102865 the best in SA-MP i guess Thanks for the advice, I'll test this
110
Do you have experience with that? Well, how much objects can it stream simultaneously without crashing and lagging the server?
110
I don't know... But I thought, lets ask some experienced guys, since I've been away for a long long time.
110
Hello, I have a question. What would be the best streamer to have as much as possible objects streamed simutaneously, and quick? I hope you guys can help me out. Thanks!
110
You can work with checkpoints. And put the checkpoint with a timer on the map with a timer. Look on the wiki for GetPlayerPos and SetPlayerCheckpoint and SetTimer Hope you can find a way to create a...
53
Actually, I used that tutorial and it worked fine. Where are your problems? Is the server connecting? If you did the whole tutorial, there should stand like Server Connection Success or something. ...
89
pawn Код: public OnPlayerDeath(playerid, killerid, reason){    GivePlayerMoney(killerid, 1000);    return 1;}
161
Look for OnPlayerDeath And do GivePlayerMoney to the killerid. Hope this helped you. otherwise i'll make the code. This forum requires that you wait 120 seconds between posts. Please try again in 43...
161
https://sampwiki.blast.hk/wiki/SetWeather
63
You have to change the Z positions, try to change the z value a little bit with that values... GL.
114
string is not large enough. try that.
124
Don't have the server online yet, sorry. The 3DText was already created, read the code./
214
I tried, the code doesn't give any errors, but I can't see the text above my head. Is it true that only other people can see it? Thanks for the help
214
Hello, I try to create a /me command, everything works with SendClientMessage, but the 3DText don't show up. Does someone got a clue? pawn Код: CMD:me(playerid, params[]){    new str2[128]; ...
214
With lenght you mean numbers after the point? If that's true, you need varchars
170
Quote: Originally Posted by [03]Garsino I suggest pawn Код: public OnPlayerDamage(playerid, float:damage, source, attacker = INVALID_PLAYER_ID)// Playerid being the player who lose hea...
10,741