Search Results
Just compile the file! Open it with pawno and click the compile button and the .amx file will be created
125
It doesn't work: PHP код: stock IsPlayerBetweenTwoPoints(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy) {     new Float:xx, Float:yy, Float:zz;     GetPlayerPos(playe...
50
Quote: Originally Posted by Undef1ned Must be: HouseInfo[i][hExt][1].... THANKS! stupid mistake +1 REP
95
Here is my array creation: PHP Code: enum hInfo {     Float: hExt[3],         ... } new HouseInfo[300][hInfo];  Using: PHP Code: cache_get_value_name_float(i, "X", House...
95
Hello guys, I have a question about MySQL inserting. I'm creating a house system. In my create house command I need to set the house's ID, but the problem is that I don't know how to check the next id...
64
Quote: Originally Posted by codExpert its very easy you compare vehicle angle to its moving vector angle and thats about it. code example?
103
Hello guys I want to make a simple drift system, but I have no idea how to check if player drifts! Can somebody explain me? I mean with piece of code and explanation. I need to know just how to check ...
103
I made it by myself for seconds and I think it will work! Here is it (on the top of your script): PHP Code: bool: IsPlayerInWater(playerid) {     new Float: pPosition[3];     GetPlayerP...
93
Here you are: PHP Code: new var100[500]; mysql_format(SQL,var100, sizeof(var100), "INSERT INTO `questions` (`Sender`,`Question`,`Helper`,`Response`) VALUES ('%d','%e','%d','%e')", PlayerI...
119
I don't have any filterscript in my server. Here is my code. I tried what you said NaS and it still doesn't work! Code: PHP код: ssnow2 = CreateObject(8352, 1637.38281, 1481.33594, 7.89840...
276
You can use dini_Get function to get the text, after that you can format it and finally you can set it with using "dini_Set" function!
84
Quote: Originally Posted by NaS Unlikely as you have to create a lot of static objects to even cause the total amount to reach 1000. By default the max. number of visible dynamic objects i...
276
I'm using the ordinary objects only for floors, because when player respawns the dynamic object doesn't load at the time, it loads later and I decided to make it ordinary to prevent this bug!
276
Hello guys! As you can see in the title my objects are not showing, I mean the objects, created with CreateObject(...)! All of my dynamic objects are loaded. This bug only happens when I restart the s...
276
Dude there isn't code for write something in your file "playername.ini"! How you want to write it? By itself?
143
"total" is created as local variable, so it can be used only in the stock! You have to create it as global one (at the top of your script). Also "i" is not defined!
363
Where is defined the variable total and i and where did you pated the code?
363
Quote: Originally Posted by Logic_ Oh boy, you really deserve a ban for bumping your thread. If you can't wait, then we'll wait for 24 hours before helping you out. Why don't you help m...
278