Search Results
I opened my script, that I made from scratch and have put quite a bit of work into when I noticed it was crashing on compile. I do NOT remember what I last added, or edited and I have no clue where th...
50
Alright, I can usually mess around and figure out stuff when I'm scripting. However, mysql has me stumped. I thought I was doing it right from what I learned in the three hours I was doing it. I have ...
62
Fairly simple my friend. On top of your script add: Код: #define COLOR_WHITE 0xFFFFFFAA enum pInfo { Faction, // This is a list of variables you can use for a player }; new Account[MAX_PLAYE...
80
If I understood it all right: Second: Simply, make it so OnPlayerText, you have it if(Account[playerid][Faction] == 1) or any number, then have it format a message and then SendGangMessage. Add to th...
56
Hello, I've been running my server on Windows and testing it on my computer, but I recently got a sponsored host that's Linux. So can anyone help me with switching? It's a fairly huge role play script...
64
It's getting the position of a OBJECT. Not a player. Read the command. If the object was created with CreatePlayerObject use GetPlayerObjectPos(playerid, objectid, x, y, z); If the object was create...
91
Then you were already told... GetPlayerObjectPos (Click it)
91
Code: public OnPlayerSpawn(playerid) { new car; CreateVehicle(car, 0.0, 0.0, 0.0, 1, 1, 10000); PutPlayerInVehicle(playerid, car, 0); } Just threw it together. It'll spawn a car at the coordin...
97
I'm guessing it should be this: gTeam[playerid] = TEAM_ARMY;
81
Not quite following what you're asking for. Explain it better please.
91
Why did you do "scriptfilters/sAccounts/%s.ini"? It automatically puts it in scriptfiles so replace it with "/sAccounts/%s.ini" No go to your SA:MP server folder and go into scriptfiles. Add a folder...
103
Quote: Originally Posted by Smokey619 in 2.0 their is i dont know about 3.0 You mean 0.2x and 0.3a
125
Tips for YOU: 1. Shut the fuck up 2. Stop spamming 3. Learn English 4. Shut the fuck up 5. Stop Spamming 6. Learn English and 7. Shut the fuck up k tut help u? kthxxbai
54
Turn the caps the fuck off and calm down or no one will attempt to help you... Contact serverFFS if somethings wrong with the hosting.
120
That's not English, so I can't really understand you... Maybe get a translator?
81
0.3a doesn't support SetDisabledWeapons. Press Ctrl + F, then search SetDisabledWeapons. Remove that command from your script, then compile.
120
That's what I said... This isn't a script request thread, I assumed he knew how to do something. Read the whole post before bitching please. Also, there's nothing else to define, so I don't know wha...
102
Not really, do it that way or just ShowNameTags(0/1); them On or Off permanently.
46
If your using 0.3a I highly recommend using this: https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
62