Search Results
but i need [MAX_PLAYERS] like : new NewName [MAX_PLAYERS] [30]; bec new NewName [30]; just can store one name
122
i have rp server and if someone have non rp name he get dialog and after he write new name it get stored then admins have to accept/deny the name
122
new NewName [MAX_PLAYERS] [128]; new query[150]; mysql_format(g_Sql, query, sizeof(query), "UPDATE `users` SET `username` = '%e' WHERE `username` = '%e' LIMIT 1", NewName[giveplayerid], PlayerName(gi...
122
Money[MAX_PLAYERS]; money[playerid] = 1; and now how to store string[128] instead of int ? Money[MAX_PLAYERS][128]; money[playerid] = "text"; NOT WORKING
62
i wanna get the "ID" of the insterted row This ID:
50
so what i must write in the row index? and what is it
108
how to get the Column value where username = player username instead of getting Column value using row index cache_get_value_name_int(ROW_INDEX, "money", int_dest);
108
it always create new user when there is already an user with the same name ( it give me 0 raw ) Код HTML: new queryy[200] ; format(queryy, 128, "SELECT * users WHERE username = '%s'", PlayerName(p...
75
Oh lol i found every thing that i need there Thx ( i can't +rep ) hhhh
165
how to get value from mysql database? like player level
165
new MySQL:g_Sql, error; g_Sql = mysql_connect(mysql_host, mysql_user, mysql_database, mysql_password); error = mysql_errno(); if (!error) SendClientMessage(playerid, COLOR_RED, "Succ...
62
i need help i get error -1 when trying to connect to the DB g_Sql = mysql_connect(mysql_host, mysql_user, mysql_database, mysql_password); error = mysql_errno(); error = -1
61
Thx, Fuck i can't give you other +rep bec i already did yesterday when you helped me lol
109
i didn't undrestand how to use it can you give me a an example to check if the script succesfully connected to the DB or no and store the returned value in the same time
109
how to check if the script succesfully connected to the DB or no and store the returned value in the same time? new MySQL:g_Sql; g_Sql = mysql_connect(mysql_host, mysql_user, mysql_database, mysql_pas...
109
I get this error: error 035: argument type mismatch (argument 1) new queryy[200] ; format(queryy, sizeof(queryy), "INSERT INTO playerdata (user, money) VALUES('%s', %d')",PlayerName(playa) , health); ...
117