Search Results
not sure but shouldn't Код: MiniStats[0][playerid] be Код: MiniStats[playerid][0]
148
or update the textdraw when it actually gets updated
209
Quote: Originally Posted by Calisthenics If your concern is speed and still want to make the output file smaller, there are 2 more options: • char-arrays • bit-flags Take a look here:...
268
bools i believe are still 4 bytes in pawn and all a bit array is an array of well..bits.. (very useful for flagging etc..) ysi actually has a neat little library (y_bitarray i believe) that has both ...
268
Quote: Originally Posted by Crystallize Loop is the only way? what's wrong with looping?
181
Quote: Originally Posted by GTLS inside the bracket is the size in Bytes. Those are not MYSQL Types as ****** said. They are data-types. You can check on MySQL Wiki to see the size limits ...
79
well it can never be 'truly' random but yea..
138
Quote: Originally Posted by Logic_ Some servers show player their password in the chat box which is logged in your GTA folder - which is my I think it's better to show them in a dialog sin...
215
pretty sure that little semicolon's not supposed to be there.. Код: CMD:gateopen(playerid, params[]) { if(PlayerInfo[playerid][pMember] == 4 || PlayerInfo[playerid][pLeader] == 4) { if (IsPla...
207
we wouldn't know, you haven't provided any code..
126
doesn't look like a crashlog to me
184
the better question would be are you comfortable with learning 2 languages? sql is no pushover..(simple select/update/insert queries are piddling to its strength) on another note, there are some real...
244
ApplyAnimation(playerid, "FOOD", "FF_Sit_In", 4.1,1,0,0,0,0);
114
looks like one of the 'getin' animations https://sampwiki.blast.hk/wiki/Animations. you can browse using this https://sampforum.blast.hk/showthread.php?tid=360735
114
^onplayertake/givedamage
639
Quote: Originally Posted by Patrick I know about that. All I am asking why would people create their own team variable when SetPlayerTeam is available and does the pretty much everything. ...
639
they just do. setplayerteam just gives you the option for friendly fire. when in doubt, use the wiki
639