Search Results
i have tried this, still didnt work. Quote: Originally Posted by TheWhiteEarth i tried i found this bug reinstall the server files and server config
104
So, im not sure what is wrong but this is what happens. You connect to the server for about 5 seconds Server loses connection you connect BUT server refuses connection because of nick name error. I ...
104
With 2.5.2 it works but the rotation is still bugged, it turns all the way around./ Quote: Originally Posted by Xtreme_playa Nope thats not true at all, everything works fine with v2.5.2 r2...
104
wit 2.5.2 r2 i my objects stop loading. Quote: Originally Posted by Xtreme_playa v2.6 is still in beta stage and may contain bugs as told by Incognito, use v2.5.2 r2 till v2.6 hits an offi...
104
That is the one im running Quote: Originally Posted by Breto Use this : http://code.******.com/p/samp-stream...7.rar&can=2&q=
142
So , i have been having issues with my gates and i made a post some one told me to update my streamer but i already had so i updated to a beta version but when i compile the script i get 4 errors can ...
104
Ive updated my streamer but its still doing it, um what version are you running? Quote: Originally Posted by X3nZ This has been happening to me too. I updated my streamer and it worked.
142
So all the gates that are on a rotation are bugged on my server, i have updated all my streamer and well here are some screen shots of the issues.
142
Yeah i was just about to try this, thanks for your input though means alot! Quote: Originally Posted by Lorenc_ If you're using sscanf re-download it and re-install it to your server.
77
So in game anything over id 1 goes to 0 so for instance i use the command "/id 3" it will show me id 0 but if i do "/id 1" it will show id 1 just fine same with 0 but anything above 1 shows 0 , How ca...
77
go to the samp market theres a few up there www.samp-market.com
247
Quote: Originally Posted by CodedMind just make your own Problem is i cant make my own im not a very good scripter, and thanks dude with link ill try those See the main problem is ...
102
I Am currently looking for a good car ownership system that is dynamic well peferably dyanmic i would go for any that will work thought , i am using South West Roleplay script so it has to be compatib...
102
Код: strtok(string[],&idx,seperator = ' ') { new ret[128], i = 0, len = strlen(string); while(string[idx] == seperator && idx < len) idx++; while(string[idx] != seperator &&...
98
Quote: Originally Posted by LowCo. Ask it in the South West RP topic. i did but if i post it here it will be easyer to see so yeah
98
Код: C:\Users\Matthew Toope\Desktop\samp03asvr_R4_win32 - Copy\gamemodes\SWRP.pwn(4181) : warning 203: symbol is never used: "idx" C:\Users\Matthew Toope\Desktop\samp03asvr_R4_win32 - Copy\gamemod...
98
Alright any One Know How To Fix it This The Whol Thins Is In My Last Post And Here Agian Код: // This is a comment // uncomment the line below if you want to write a filterscript //#define FILTE...
103
Yeah Didnt work Here's the whole FS Код: // This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> new AGate1; new CGate...
103
How Would I make a gate open for only one faction this is what i have Код: public OnPlayerCommandText(playerid, cmdtext[])// { if (strcmp("/AGate1O", cmdtext, true, 10) == 0) { MoveObject(AG...
103