Search Results
So there is no way to get data from Mysql R7 in other scripts using include function ?
78
Problem is that i need to get some player data in other scripts, for example level. So i am writing function as include with code below: Код: #if defined _PLevel_included #endinput #endif #defin...
78
This part of your code should look something like this: Code: case DIALOG_LOGIN: { if(response) { new query[210], pname[24], escapepass[100];// ...
93
Thanks for fast reply. Problem solved. I didn't thought that i must use 0 instead 3 when selecting only one field from row.
94
Hi, i am trying to make auto-login in my registration script, but i am getting unexpected error: Код: public OnPlayerConnect(playerid) { new playerName[MAX_PLAYER_NAME],EscPName[MAX_PLAYER_NAME]...
94
Still the same problem, works for the first few times then starts late.
146
This is exactly the same code. This funcion shuld be looping, so this object shuld be created and destroyed with same time intervals. However sometimes this cycle tooks about 50 seconds, which is norm...
146
change time interval is not a solution, i tried. The problem is somewhere else.
146
This code works, but moves my object not regularly. How to fix that? Код: #include <a_samp> #define COLOR_LIGHTBLUE 0x33CCFFAA new Scud; new SkudSmoke; new ProgressTimer; new Float:x,Floa...
146
This code compiles fine, but doesn't work Why? Код: #include <IsPlayerLAdmin> new Xname[ 24 ]; new stringC [56]; if (strcmp(cmdtext, "/save", true)==0) { GetPlayerName( playerid, ...
106