wie /reportbefehl erstellen?
#5

Quote:
Originally Posted by stevenkiller
View Post
ja bitte in code aber sanke fьr die hilfe ^^
Beachte: Das ist nur Pseudo-code! Pseudo-code zeigt dir nur was du machen musst, du kannst ihn aber nicht ausfьhren.

Code:
If cmdtext = '/report'
{
	variable 'report-id' initialisieren
	'reportid' mit strtok den wert zuweisen

	If 'report-id' = 'playerid' Then ClientMessage "You cannot report yourself!"
	Else
	{
		For-loop initialisieren, mit dem maximum i=MAX_PLAYERS
		{
			If IsAdmin(i) Then ClientMessage "Incoming report: x reports y." Where x is playerid and y is report-id
		}
	}
}
Reply


Messages In This Thread
wie /reportbefehl erstellen? - by stevenkiller - 25.01.2011, 15:43
Re: wie /reportbefehl erstellen? - by DeathOnaStick - 25.01.2011, 15:52
Re: wie /reportbefehl erstellen? - by XoX - 25.01.2011, 15:55
AW: Re: wie /reportbefehl erstellen? - by stevenkiller - 25.01.2011, 16:21
Re: AW: Re: wie /reportbefehl erstellen? - by DeathOnaStick - 25.01.2011, 16:37
AW: wie /reportbefehl erstellen? - by thiaZ_ - 25.01.2011, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)