Search Results
pawn Код: new MapArray[7];new v = 0;MapArray[v++] = CreateDynamicObject(19531,0,0,0,0.000,0.000,0.000,-1,-1,-1,80.000,80.000);SetDynamicObjectMaterial(MapArray[v], 0, 4, "texture", "name", 0);MapA...
64
Quote: Originally Posted by Suicidal.Banana https://sampwiki.blast.hk/wiki/MySQL#mysql_num_rows if 0, no user was found, see example code on the above link (do a select query to fetch user...
129
Hello, I want to know how can I check if a user exists at the mysql db or not. table name = players player name column = username mysql plugin version: r39-2 I want to have a function which I can u...
129
Quote: Originally Posted by PowerPC603 Your code may be ok, but some keyboards don't accept multiple keypresses with characters (the alphabet characters). Pressing Y + H are 2 character ke...
141
pawn Code: if (PRESSED( KEY_YES | KEY_CTRL_BACK)){    printf("called");} There's currently no code, I am reserving the key combinations for further use, the code to execute is not ready yet. Howev...
141
Quote: Originally Posted by JaydenJason What's your code for "PRESSED"? #if !defined PRESSED #define PRESSED(%0) \ (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) !=...
141
I am trying to do it so that if you press Y and H at the same time it will trigger some code to work. if (PRESSED( KEY_YES | KEY_CTRL_BACK)) It doesn't work.
141
I highly doubt this would work at the first place! Here's the reasons for the health hack to not work. 1) Lag / Desync is a big factor at SA-MP, you will face false positives. 2) There are cheats tha...
1,124
Quote: Originally Posted by iNiko Jealousy is now roaming everywhere you can't just give your shitty opinions on my/our server's just because your noob server's don't get players, just see...
187
Quote: Originally Posted by Sawalha pawn Код: SetTimerEx("DeleteLabel", 15000, false, ,"i", playertextid); First of all, the label is created for a player THEREFORE it has to HAVE ...
123
When a player spawns, I want a 3DTextLabel to appear at the place they spawned for specific players (Players that have some variable equal to 1) and after 15 seconds I want this label to be destroyed ...
123
pawn Код: foreach(new i : Player) // onplayerspawn{     if(SomeVar[i] == 1)     {         new PlayerText3D:playertextid         playertextid = CreatePlayer3DTextLabel(i,"bla bla bl...
143
Quote: Originally Posted by Vince Try a few in the library GYMNASIUM. https://sampwiki.blast.hk/wiki/Animations#GYMNASIUM Not those.
216
Quote: Originally Posted by Adamss ped: FALL_back FALL_collapse FALL_fall FALL_front Presumably one of those. Not these.
216
Can someone give me the library and animation name of this? It is not sit, It's like a fall back animation. You fall down first.
216