name save
#1

hellooo my english is low. im sorry :/
there is a command as " /adminownerchange". when i register that command, the owner becomes who I want.
For example, when I register "/aownerchange Brad_Pitt", the owner becomes Brad Pitt. I can change the owner however
I want. But in this situation, Brad Pitt can't use the tool, because I can't change its "vehkey" valu.
could you help me about this?


Код:
	if(strcmp(cmd, "/aowner", true) == 0)
		 	{
				if(PlayerInfo[playerid][pAdmin] >= 5)
				{
			 	    new vehicleid = GetPlayerVehicleID(playerid);
				    if(IsPlayerConnected(playerid))
					{
						new length = strlen(cmdtext);
						while ((idx < length) && (cmdtext[idx] <= ' '))
						{
							idx++;
						}
						new offset = idx;
						new result[64];
						while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
						{
							result[idx - offset] = cmdtext[idx];
							idx++;
						}
						result[idx - offset] = EOS;
						if(!strlen(result))
						{
							SendClientMessage(playerid, COLOR_LIGHTRED,"/asahip [Araз sahip ismi]");
							return 1;
						}
						if(IsPlayerInAnyVehicle(playerid))
						{
						    if(strfind( result , "|" , true ) == -1)
						    {
								strmid(CarInfo[vehicleid][cOwner], result, 0, 64, 255);
								format(string, sizeof(string), "%d ID'li aracın sahibini %s olarak değiştirdiniz.",vehicleid, CarInfo[vehicleid][cOwner]);
								SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
								OnPropUpdate(4,vehicleid);
							}
							else
							{
								SendClientMessage(playerid, COLOR_LIGHTRED,"İzin Verilmeyen bir karakter girdiniz.");
							}
						}
						else
						{
						    SendClientMessage(playerid, COLOR_LIGHTRED,"Herhangi bir aracın iзinde değilsiniz.");
						}
				}
				else
				{
				    SendClientMessage(playerid, COLOR_LIGHTRED,"Kullanmak iзin yeterli yetkin yok");
				}
				return 1;
    }
		return 1;
	}
Reply
#2

please help me...
Reply
#3

please?
Reply
#4

please help me
Reply
#5

hey?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)