Search Results
thanks that fixed it but 10200 one does not get the url for the stream?
99
why does this not work this in onplayercommand Код: if (strcmp("/stream", cmdtext, true, 10) == 0) //Change this one to whatever you want. { ShowPlayerDialog(playerid,90100,DIALOG_STY...
99
is it possible to use any key as i want to know the value for the number 2 aboth w key
81
What does DelPrint so as i cant find it on the forums/wiki
53
how do i load all the fields from the database in to PlayerInfo[playerid][field name] = Value
34
my last query was insert here the mysql log Код: [14:53:51] ProcessQueryThread() - Query was successful. (INSERT INTO `users`(`pName`, `pPassword`, `pCash`, `pAcccount`, `pAdmin`, `pRank`, `pJRan...
76
for some reason mysql insert id does not work but it carrys out the query and i have a colum in mysql table named id and an AUTO_INCREMENT on it Код: mysql_function_query(mysql, szDestination, fa...
76
when i run it now it out puts it to printf but the query does not run at all as there are no new entries
128
i have this now but it does not work but i know it puts it all together fine but if i make a little query like just put in username or password it works fine Код: format(cont,10000, "\ INSERT...
128
i sent you a pm and im just looking for help not for some one to code it for me
128
how would you go about adding all that data to the table
128
i get these errors on this line d:\Users\Jonny\SA-MP\0.3e\gamemodes\fugitiveSFv2.0.pwn(8835) : error 075: input line too long (after substitutions) d:\Users\Jonny\SA-MP\0.3e\gamemodes\fugitiveSFv2.0.p...
128
help i get error about a .dll file says this is missing MSVCR100D.dll
2,890
i used the plugin works but when i feed it to a mysql query it only does one its does the mysql bit but only one file Код: if(strcmp(cmd, "/users", true) == 0 && IsPlayerConnected(playeri...
114
im trying to convert my user system to mysql and i know how but i not sure on how to convert all users at the same time. Is there away to get the name of each file in the folder users and then pass it...
114
i want to open all the users in the server(in folder users) and decode the passwords and then save them to another location (new users) with then encode with sha512 or sha1 current encryion Код:...
100
how would i convert the users which is in file format like this(below) to mysql. Ive all ready created the table and fields. if any one can help please do Код: kkek~Šˆ‰Œ 10028 pCash 0 pAccou...
55
i need a bit of help converting my script from file to MYSQL this is my load script Код: LoadProperty() { new arrCoords[38][64]; new strFromFile2[256]; new File: file = fopen("/config/property...
67