Search Results
Quote: Originally Posted by knackworst when I click compile I get this: C:\Users\William\Downloads\TI\Tropical Island Server\gamemodes\Tropical_Island.pwn( 98 ) : error 029: invalid expre...
137
Quote: Originally Posted by knackworst error 029: invalid expression, assumed zero error 008: must be a constant expression; assumed zero Idk how to fix those errors... i'm new in script...
137
Check the "server_log.log" file. Maybe you have forgotten to change the rcon password in the server.cfg.
137
Here is another Thread with that issue I had this too, it's caused by not installing samp client via the installers.
119
Random Spawns mit Fahrzeugen ist ein wenig komplizierter als mit Spielern. Du musst nдmlich darauf achten, dass nicht mehrere Fahrzeuge an der selben Position spawnen. Das wьrde bei Fahrzeugen eher ...
240
Quote: Originally Posted by stevenkiller Router? Ich glaub sowas hab ich nicht. Gibs den zum Download? Ja gibt es und zwar hier.
487
Quote: Originally Posted by Shady91 Quote: Originally Posted by huyguy Quote: Originally Posted by Shady91 i dunno but adding nos and other vehicle competent's to a...
184
Quote: Originally Posted by Shady91 i dunno but adding nos and other vehicle competent's to an vehicle that can't have it can make you crash and everyone else. Quote: Original...
184
No, i have never heard of a video capture function in GTA. In my opinion fraps is pretty good. But you can check GameCam. Perhaps this fits your requirements.
107
I think your router is blocking the port. You need to forward it. Visit portforward.com.
118
Check the server_log.txt. Probably you forgot to change the password from the default password. Open the server.cfg with notepad and change it.
82
Quote: Originally Posted by trafalgar Kabump. Wait some hours ... most people are sleeping in the night...
238
Quote: Originally Posted by Faith I tried this out, but apparantly the OnVehicleSpawn(vehicleid) makes all the vehicles on server to spawn at these locations that i have when the server st...
196
Quote: Originally Posted by campkz I believe you could do Код: {123.456,123.456,12.45}, {456.789,456.789,45.67},{another Pos},{AnotherPos}} Yes, but don't forget to change the M...
196
Try this: Код: #define MAX_RANDOM_POSITIONS 2 new Float:rPos[MAX_RANDOM_POSITIONS][3]={ {123.456,123.456,12.45}, {456.789,456.789,45.67}}; public OnVehicleDeath(vehicleid, killerid) { SetVe...
196
If there is no function listed here, you will have to script your own function. Just enumerate all players and check whether they are in the vehicle. Код: //This function checks whether a vehicl...
70
Sometimes this happens to me too. I think it is a SA-MP bug. Just quit the game and retry joining the server.
130
Nice I didn't see it either. Thats why you should use switch
91