Search Results
Quote: Originally Posted by Stigg There you go making it all personal again. Leave it fella, just leave it. Is that supposed to be some kind of threat or something?
658
Quote: Originally Posted by Stigg It's not m8, it's for if you want to PAY for scripting lessons to the thread author. Make you own thread when your in need of help. Dude you spend so m...
658
Can you please try and stay on topic with the original post in this thread and reply only if you are requiring my assistance? Its obvious that you feel that you require no help from anyone. So, what ...
658
Ok children. You dont have to get all defensive. I'm sorry if you think you know alot more about scripting language, php language and mysql than I do but I assure you, you are way behind. I have actua...
658
PHP код: <?php $file = "/folder/tlog.ini"; //sets the files location $f = fopen($file, "r"); //opens the file for reading only while ( $line = fgets($f, 1000) ) { //l...
215
Quote: Originally Posted by SuperS82 Once again I say... If your not here to request help then dont post. Simple things must be hard for you to comprehend. P.S. Find me one person that r...
658
Once again I say... If your not here to request help then dont post. Simple things must be hard for you to comprehend. P.S. Find me one person that requested my help and didnt get what they wanted a...
658
Yeah did you even read the threads? Probably not you lil troll. If your not here to request some help then dont post simple as that! Im here to actually help people out that need the help not to get...
658
Quote: Originally Posted by armyoftwo Showing your previous work would be great. http://forum.sa-mp.com/search.php?se...=1886178&pp=25
658
Is the lslrp.amx file in the gamemodes folder? Looks to me like you downloaded and LSRP gamemode and added an extra "l" in the config file.. Go to your config file and make sure you have the gamemod...
87
Hi I'm back once again. Been away playing other games, developing other servers, sites, etc. Anyways, long story short.. I am back to help out anyone that may be looking for the help they need to sta...
658
Doing it your way will show the error message and not open the gate when he types the right password, my way works fine and he doesnt have to modify it any further.
150
pawn Код: if(dialogid == NEWSGATEMENU)//if dont work    {        if(!response)        {            SendClientMessage(playerid, error, " Okay Access Denied Have a Nice Day!");    ...
150
I suggest making your own script because using someone elses script and adding things like streamers would require you to know how to make all the necessary changes and know where they are all needed....
134
Proper Indentation... Then you will see the missing open/close backets.
246
There is no enter and exit commands... Those are admin commands to create the entrances and exits... Anyone can make a /enter and /exit command so I never included them. And Joe it takes about 5 seco...
514
Haha! He finally needs my help, easy as it is however... pawn Код: public OnPlayerFinishMission(playerid){    if(!strmatch(VehicleInfo[vehicleid][Owner],GetName(playerid)) && VehicleInf...
123
Not sure how your using SetPlayerScore but try this: - Make a Kills variable to store everyones Kills - Use SetPlayerScore to update the score for the killerid pawn Код: new Kills[MAX_PLAYERS]; Th...
76
Hmmm you raise an interesting point. -9 would be 2 characters but for some reason i dont think it would work let me know how that goes for ya.
500