Search Results
Hi all. As you can read by the title I have a problem with MapAndreas. I have all the correct files in the scriptfiles folder (SAFull.hmap, SAMin.hmap and the .jpg too) I have at least 1.5GB of free r...
140
Quote: Originally Posted by ****** No, there is no problem with subtraction. I suspect the problem is somewhere else in your code, such as retrieving the position or interior, or how you ...
272
Quote: Originally Posted by ****** `-` IS that function, it's just an alternate name. There's no reason at all to prefer `floatsub` over `-`. Yeah, it gives the same problem. Any solu...
272
Quote: Originally Posted by Infin1ty I made a mistake, you can't actually subtract 1.011 from Z with the method I gave. You also can't return false as you're working with interiors. You'll...
272
Quote: Originally Posted by ReD_HunTeR Yes it works only in interior 0 I know, just look at my script, it bypass mapandreas while in interiors!
272
Quote: Originally Posted by Infin1ty Код: forward Float:MapAndreas_FindZ_For2DCoordEx(playerid, Float:X, Float:Y, Float:Z); public Float:MapAndreas_FindZ_For2DCoordEx(playerid, Float:X...
272
Hello! I'm using MapAndreas for a drop-object system. If you are in an interior, MapAndreas will find the Z coord for the ground under the interior, so I made a function. pawn Код: forward Float:...
272
If this is under OnPlayerConnect pawn Код: for(new i; i<MAX_PLAYERS; i++)    {        InfectionLabel[i] = TextDrawCreate(565.000000, 64.000000, "Infected");        TextDrawBackgroundC...
140
I don't think that's possible. How would SA-MP sync two player if one had a custom skin?
289
That include will make 0.3DL clients to connect to 0.3.7 servers. A 0.3.7 client can't connect to 0.3DL, since all downloading functions are missing. Prossima volta te rispondo in italiano
289
Just limit the gap between two connections in server.cfg with minconnectiontime
181
Quote: Originally Posted by SyS sscanf returns 0 if the scanning was success so use PHP код: if(!sscanf(inputtext, "p</>ddd", giorno, mese, anno))  Thank you ver...
117
Hi all. I'm trying to create a registration process. I'm encountering a problem when the player has to input the date of birth. The date format should be DD/MM/YYYY, but when I insert like '30/09/199...
117
Quote: Originally Posted by Freshncool The game is attempting to allocate a Collision Model for a downloaded object but it fails instantly. 'ecx' is the pointer the game is attempting to ...
448
Code: SA-MP 0.3.DL-R1 Exception At Address: 0x0040FB80 Base: 0x03F50000 Registers: EAX: 0x11472AD0 EBX: 0x0F203410 ECX: 0x00000000 EDX: 0x00000000 ESI: 0x0415C010 EDI: 0x0F203410 EBP:...
448
Hi all. I manage an Italian server, and one of my users can't log-in because of the download. - First file downloads until 82%, then GTA SA crashes. - No folders created in GTA San Andreas User Files...
293
Hi all, I'm trying to make a function in OnPlayerText where if the player says like 'Hello! *waving his hand*' the 'waving his hand' in purple. I dunno what function should I use, with strfind the ent...
101