Search Results
Quote: Originally Posted by [UE]Milan Why only ping showing and nothing else? You are not being "DDosed" ... What would make you jump to this conclusion? Seriously.
246
This is a fantastic guide for configuring Putty. Quote: http://www.jfitz.com/tips/putty_config.html If he is THAT unfamiliar with linux then I suggest he purchase a windows based VPS and use "...
198
Quote: Originally Posted by Ryan_Undering Well, I'll see what I can do, pop in some day, I'll chuck you many cookies. If it doesn't work feel free to PM me and I can assist you via Sky...
222
https://sampforum.blast.hk/showthread.php?tid=324202
150
Looks like something to do with your vehicles. I think this means that your Quote: AddVehicleComponent is not checked at all. Or is erroring and throwing an exception. DO THIS: ...
149
Quote: Originally Posted by The__ Could you explain a bit better what you have done ? I haven't understood. They figured it out on their own. - Quote: Which... is admirable.
240
Quote: Originally Posted by lukas567 Hey! Try something like this: Code: new npcname[MAX_PLAYER_NAME]; GetPlayerName(playerid, npcname, sizeof(npcname)); if(!strcmp(npcname,...
124
Make sure you specify the ID. Код: public OnPlayerSpawn(playerid) { GivePlayerWeapon(playerid, weaponid, ammu);//weapon id at wiki.sa-mp.com GivePlayerWeapon(playerid, weaponid, ammu);//w...
123
Do this: Quote: Reset your router to factory settings and forward your ports again. AND THIS: Quote: Disable your firewall completely by turning it "OFF" (just encase ...
222
Quote: Originally Posted by Ryan_Undering Couldn't see that working, everything worked fine yesterday as I said, and I can connect to other servers, join my own server, I can see my ping a...
222
Quote: Originally Posted by 3RoR y make a Hospital system now when y die y not spawn in the hospital(y Set to spawn on Hospital) it's spawn again in civil but the script is running the pla...
103
Quote: Originally Posted by Jack.7331 pawn Code: CreateDynamic3DTextLabel("TEXT", COLOR HERE, X, Y, Z, DRAW DISTANCE, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 10.0); Woops, ...
133
Quote: If you can't say it better than someone else, quote those who said it best. I would fix the problem EXACTLY as described above. Hopefully it helped you.
83
OK, using Quote: y_classes: At the top: pawn Code: Quote: #include <YSI\y_classes> #include <YSI\y_groups> Код: new Group:gHighScoreGrou...
83
Hopefully this helps Quote: #define FILTERSCRIPT #include <a_samp> #define SQL_HOST "YOUR HOST/IP (usually localhost)" #define SQL_USER "YOUR USER NAME" #define SQL_DATA "YOUR DA...
191
I would do something like this: Quote: new totalobj[TOTALNUMBER_OF_OBJECTS]; public OnGameModeInit() { totalobj[0] = CreateObject(); totalobj[1] = CreateObject(); total...
69
You need to define Quote: mysql_init Do you maybe have a missing Include perhaps? Quote: #include <a_mysql> Also you may want to use Quote: ...
191
Thank you very much! this is exactly what I was looking for.
122
Quote: Originally Posted by Reklez use IsRangeOfPoint then loop it Could you give me an example of a method in which I would utilize that to cater to speech?
122
I have noticed that in a lot of RP game modes that when you are within a certain distance of another player they can "hear you" (displays their text) I am very interested in what variables determine ...
122