Search Results
I'm thinking of making my log timestamps global. As in... Currently every command has its own gettime and getdate. Код: if(strcmp(cmd, "/samp", true) == 0) { SendClientMessage(playerid, COLOR_WH...
106
Quote: Originally Posted by Infra Try that: pawn Code: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ){    if (hittype == BULLET_HIT_TYPE_VE...
54,999
From 100 ms to less than a millisecond? Shieet negro, I am in.
183
Quote: Originally Posted by dominik523 MySQL is really fast. I remember one query where I was selecting all businesses. It took around 0.1 miliseconds to finish the query so it's pretty aw...
183
Quote: Originally Posted by Vince Hardly "unexpected". Writing to disk is inherently very slow, no matter what system is built on top of it. If you need that much data you may consider con...
183
Hello guys. So I am using y_ini because it was advertised to be ultra fast. Is it normal that it takes ~100 miliseconds for y_ini to complete the save below? It is about 300 lines of player info. Cur...
183
How to check whether a point/coordinate is in an area and return it in text? I don't have overlapping areas I played around with IsPointInDynamicArea a little but not sure how to return the result
93,776
Can someone please write a basic stock for GetPlayerArea or something? This is too complicated for me to understand. My script doesn't have overlapping areas so returning multiple results is not an is...
93,776
Quote: Originally Posted by JaydenJason wroooong section Well, which section is correct?
234
Hello. I'm hiring a mapper for my roleplay server. Hired person will be requested to do mostly outdoor mapping; hobo hoods, street decorations... Also the San Fierro construction zone will be rebuilt....
234
561 is Stratum not Sultan Sultan's ID is 560
68
It is pretty frustrating to see that no one in this whole community has the slightest opinion or cares to make an input
160
Well I just found out foreign characters are printed just fine in server_log.txt, but fwrite doesn't tolerate them still need help guys
160
Basically, how do I reach and store last letter of a string? For example, your name is John_Smith, how do I make the script detect "H" at the very end and store it? I found and tried new len = st...
61