Search Results
*facepalm* I've been through the wiki over and over again trying to see what I am missing... Anyway, thank you very much. +rep
151
Here's the code in question: OnPlayerConnect: Код: mysql_format(mysql, query, sizeof(query), "SELECT `Password`, `ID` FROM `Users` WHERE `Username` = '%e' LIMIT 1", playerName); mysql_tquery(mys...
151
Hello, I'm using a MySQL plugin, R41-4 to be precise. I make a tquery and within the callback I use "cache_get_value_name(0, "Password", pInfo[playerid][Password]);" Now, I checked and the value re...
151
I've tried doing all that, but still thank you for the response. I've made the mistake of placing nativechecker at the front of the plugins list, which appears to have solved the problem even though ...
414
Hello everyone, I have not touched pawn in years, perhaps around three full years, if not more. I have decided to work on a game mode as a side project after work. I've begun setting up my environme...
414
I have taken a really really quick look at it and from first glance it seems that no matter what the case is, you show the very same dialog each time. When you press a button, a dialog is shown, and ...
155
It's really a matter of speed and ping. If one player is driving really slowly, you could use the given coordinates and add maybe a bit to the direction they're driving, but if one drives fast, using ...
85
The format here is ARGB, not RGBA, which means the 00 should come first, that should make it much much less visible, or bright if you wish, I assume. Though.. try not using 00, try something a bit hig...
183
I see. That's not quite how you do it. After the enum, write: new PlayerInfo[MAX_PLAYERS][pInfo]; Then, in the error line, replace pInfo with PlayerInfo.
125
Honestly, I don't quite understand what you did there. How about not using an enumerator? Try the following: instead of PHP код: new WeaponInfo[][sWeaponInfo]  use PHP код:  ne...
135
instead of playersname, try writing just Name in the error line. (Although I am not sure if that will solve it)
135
You could simply add a "factionLeader[MAX_PLAYER_NAME]" to your enum factionData. Then go to makeleader command and use something like format(FactionData[id][factionLeader], 24, "%s", ReturnName(useri...
297
PHP код: CMD:det(playerid, params[]){    if(!IsPlayerAdmin(playerid))        return SendClientMessage(playerid, -1, "Error: You are not authorized to use this command.")...
93
Quote: Originally Posted by TuFF12 well if you read his question He says : 1. How can i do my text on screen while taking drugs or other things small? Curently it's more big, and i don't...
125
Probably has something to do with WeaponInfo. Could you show me where you declare it?
135
Question 1: You do not need to use a textdraw as mentioned above. You could simply use GameTextForPlayer. Here's a tutorial: https://sampforum.blast.hk/showthread.php?tid=191403
125
You leave the format and query at the same spot. However, you check the amount of rows returned inside the public.
108
Can you please show all code related to this feature? Also, tell us what happens when the reaction test starts. Or does it not even start to begin with?
86