Search Results
Search https://sampforum.blast.hk/showthread.php?pid=3730318#pid3730318
174
Quote: Originally Posted by Toroi PHP Code: SCM(playerid, COLOR_RED, ""COL_BLUE"[ERROR]: "COL_WHITE"/%s command is not found in our server database, use /help", cmdtext);...
78
Code: public OnPlayerCommandPerformed(cmdid, playerid, cmdtext[], success) { if(!success) return SCM(playerid, COLOR_RED, ""COL_BLUE"[ERROR]: "COL_WHITE"/%s command is not found in our server databa...
78
Code: CMD:rob(playerid, params[]) { new tid, str[256], Float:x, Float:y, Float:z, RCash; GetPlayerPos(tid, x, y, z); if(gTeam[playerid] != CIVI) return SCM(playerid, RED, ""COL_BLUE"[ERROR]: {FFFF...
45
Looking for a hoster to host a server, we will talk in pm. Contact me on SA-MP forum.
197,487
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/racetrack", cmdtext, true, 10) == 0) { SetPlayerInterior(playerid,0); if (GetPlayerState(playerid) == PLAYER_STATE_DRIVER)...
124
Quote: Originally Posted by skuller12 1. Change your hasher for password in MD5 2. Try this code with MD5 Код: public WhenAccountCheck(playerid, password[]) { new rows, fields, stri...
200
Quote: Originally Posted by JustNothing show your sql+ mysql logs What you mean?
200
Tried, not working, i've edited the post
200
Код: public WhenAccountCheck(playerid, password[]) { new rows, fields; cache_get_data(rows, fields, handle); if(rows) { gRegistred[playerid] = 1; } else { gRegistred[playerid] =...
200
Код: #if !defined isnull #define isnull(%1) ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1])))) #endif This one?
99
Код: SetupPlayerTable() { mysql_tquery(g_SQL, "CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL AUTO_INCREMENT,`username` varchar(24) NOT NULL,`password` char(64) NOT NULL,`salt` char(...
41
Код: CMD:votesys(cmdid, playerid, params[]) { new tool[16]; if(!IsPlayerAdmin(playerid)) return SCM(playerid, COLOR_RED, "You're not allowed to use this command"); if(isnull(params)) return SCM...
99
Looking for experienced scripters to create a cool and unique script together that will be run on a server when finished. PM me for further information.
197,487
Yeah but I want the player can choose the vehicle. Code: SCM(playerid, COLOR_ERROR, "USAGE: /myveh [name] [color1] [color2]"); SCM(playerid, COLOR_GREY, "Available names: Sabre, FBITruck");
104
Code: CMD:myveh(playerid, params[]) { if(GetPVarInt(playerid, "Admin") >= 7) { if(GetPVarInt(playerid, "PlayerLogged") == 0) return SendClientMessage(playerid, COLOR_WHITE, "You must be logged...
104