Problem with /o chat
#9

I did that and I get these errors.


Error:
Quote:

C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(1294) : error 017: undefined symbol "Player"
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(1294) : error 029: invalid expression, assumed zero
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(1294) : error 029: invalid expression, assumed zero
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(1294) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Pawn Code:
Quote:

stock GetAdminName(playerid)
{
new ret[16 + 1];
switch (Player[playerid][AdminLevel])
{
case 0:format(ret, sizeof(ret), "Player");
case 1:format(ret, sizeof(ret), "Server Moderator");
case 2:format(ret, sizeof(ret), "Junior Administrator");
case 3:format(ret, sizeof(ret), "General Administrator");
case 4:format(ret, sizeof(ret), "Senior Administrator");
case 5:format(ret, sizeof(ret), "Head Administrator");
case 6:format(ret, sizeof(ret), "Server Manager");
case 7:format(ret, sizeof(ret), "Server Co-Owner");
case 8:format(ret, sizeof(ret), "Server Owner");
}
return ret;
}

Reply


Messages In This Thread
Problem with /o chat - by JordanSmith - 19.07.2014, 22:28
Respuesta: Problem with /o chat - by Xabi - 19.07.2014, 22:34
Re : Problem with /o chat - by S4t3K - 19.07.2014, 22:35
Re: Problem with /o chat - by [CG]Milito - 19.07.2014, 22:36
Re: Problem with /o chat - by JordanSmith - 19.07.2014, 22:43
Re : Problem with /o chat - by S4t3K - 19.07.2014, 23:10
Re: Problem with /o chat - by JordanSmith - 19.07.2014, 23:22
Re: Problem with /o chat - by sammp - 19.07.2014, 23:36
Re: Problem with /o chat - by JordanSmith - 20.07.2014, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)