please help, command bug
#1

Hi!

Bad command please repaired

Код:
dcmd_vinfo(playerid,params[]) {
	 
	    if(!strlen(params)) return SendClientMessage(playerid,red," /getinfo [playerid]");
	    new player1,P1, string[128];
	    player1 = strval(params);

		if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) {
		  
		if(PlayerInfo[player1][SpeedHax] == 1) P1 = "Yes"; else P1 = "No";
	} else return SendClientMessage(playerid,red,"Player is not connect or yourself");
 }
Reply
#2

What is it supposed to do? It looks like things were just copied and pasted with the intent that it will work.
Reply
#3

Can u give the error message
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)