Search Results
Tell me how can I get this code of such a request. What would it take some data from the database. Код: format(query,sizeof(query),"SELECT date1, date2, date3, date4, ..., datan FROM players WHERE...
97,008
i find this function Код: stock ValidEmail(email[]) { new len=strlen(email); new cstate=0; new i; for(i=0;i<len;i++) { if ((cstate==0 || cstate==1) && (email[i]>='A' &am...
118
In my gamemode i doing registration system. And enter email address when player register. Is there any way that I validate an e-mail without plug-ins?
118
I'm doing in my script, save the data in the player database. Makes a request of this kind in Public updateaccount: Код: new query[MAX_STRING]; format(query,sizeof(query)," UPDATE players SET Pla...
97,008
with this work incorrectly. this full my code of dialog: Код: if(dialogid==17) //send sms dialog { if(response) { new string[128]; new targetid=PhoneTargetID[playerid]; if(!str...
180
Hmm. How i can check all inputtext ? Now i check: [code]if(inputtext[0]=='%') inputtext[0]=' ';[code] but it check only the beginning of the text.
180
oh we find problem... The problem was not in command, and dialog boxes. If press tab and click to player Send sms. In dialog write %skript - server crash
180
Quote: Originally Posted by Calg00ne What SA-MP version are you using? The placeholder was fixed a release back if I recall correctly. The latest version. 0.3c R2
180
maybe bag in /sms? and really fix it?
180
Hi Can you hlp me? Hom made this: Example, players have three weapon. Knife (id 4), Deagle(id 24) and M4(id 31). How i can do function, when disarm player only Knife(id 4) ?
98
$ЂЯĢ, thanks! but when i connect server and use /login command. I have message than password wrong( and in mysqlsql_log.txt i have this error: Код: [15:54:26] CMySQLHandler::Query(SELECT * FRO...
97,008
hosters, say that server verry load CPU (
62
hello! i find help, when i upgrade my server on sa-mp 0.3 i have problems with ping. Ping verry hight. 900 and more... what it is? errors in gamemode or bad hosting? but on 0.2x server wirk normal. I ...
62
hello. Pls help me, can i disable this gui??
72
i have this problem too. Because i dont know how do ingnore registration system, i do for bots login command)
97
Quote: Originally Posted by CTCCoco I scripted 2 bots for my server. ALL TIMES ONLY 1 BOT WORKS CORRECT. 1 bot works correct and the other bot looks "laggy", he don't move for some seconds...
86
OnPlayerSpawn? Unless in OnPlayerSpawn I should speak script that a NPC are already logged in and here again to put NPC in the vehicle??
142
Quote: Originally Posted by √№ceC№ty you need to tell the script that they are already logged in i made this. Код: public OnPlayerConnect(playerid) { if(IsPlayerNPC(playeri...
142
Please help with what there can be a problem. I have made FS npc for the server on a sample from gl_npcs.pwn. But when I load a server with it FS the train which LV goes only. Other two boats (train L...
142