Search Results
I could probably help too with some things.
36,764
Quote: Originally Posted by ]Kurence[ C# is good for making apps, maybe some simple 2D games, but don't expect to write a 3D shooter in it Why wouldn't one expect to write a 3D shooter ...
166
Quote: Originally Posted by amirm3hdi That language seems bad. funny guy
36,764
Код: CMD:vehiclecreate(playerid, params[]) { if(!IsAdminLevel(playerid, 3)) return NoPermsMSG(playerid); new carname[50]; if(sscanf(params, "s[50]", carname)) return SendUsag...
110
Scripter for hire. Hello, I will introduce myself a bit first. I am 21 years old, computer science student. My samp experience begins back in 2007 with the first samp versions coming out and in 2008 ...
205,793
2007 or so, don't remember exactly.
14,990
I can fix your bugs and make systems for your script, for money. skype: dafels94
205,793
pawn Код: CMD:knockout(playerid, params[]){    new string[128], targetid;    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before usin...
158
I was driving around LS, and these warnings appear, and few moments later it crashed my client. Код: [15:48:32] Warning(s007): Exception 0xC0000005 at 0x74DA25 [15:48:34] Warning(s007): Exception...
56
Код: TutorialSelect1[playerid] = CreatePlayerTextDraw(playerid, 527.000000, 97.000000, "~y~1.~w~ Serveris"); PlayerTextDrawAlignment(playerid, TutorialSelect1[playerid], 2); PlayerTextDrawBackg...
92
Quote: Originally Posted by Macluawn What a great way to mess things up. Other loops will affect the count if using idx variable as iterator (which he probably does) Then just use any o...
273
Ah I see what you are trying to do there, Код: new idx; // Somewhere on top of your script CMD:cdoor(playerid,params[]) { new string[200]; GetPlayerPos(playerid, DoorInfo[idx][dXe], DoorI...
273
Do you mean you can do the command only in the pickup? If so use, https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint Код: CMD:pickuphere(playerid, params[]) { if(IsPlayerInRangeOfPoint(player...
118
Just check if the killerid is not invalid player id. pawn Код: if(killerid != INVALID_PLAYER_ID){
61
Quote: Originally Posted by playbox12 Why not convert the float to an integer first? https://sampwiki.blast.hk/wiki/Floatround Oh, yeah. Didn't think of that, thanks.
92
I'm looking a random function for floats: fRandom(230.4, 530.7); Have anyone created a function like this? I have this function, but it shows error. ((error in the comment) pawn Код: stock Float...
92
Show us the function, with what you give the server-sided money.
105
Quote: Originally Posted by Finn If it really is the biggest server out there, I wonder why the fuck do they DDoS other servers... For more players or what? lol It is not the biggest se...
2,779
You should search around forums. User _niCe_ has already released a function, which detects x,y,z coords where player is looking. Search for it.
92