wht not working ?
#1

public OnPlayerText(playerid, text[]) {
if(PlayerData[playerid][Mutted] == 1) return SendClientMessage(playerid,COLOUR_YELLOW,"[ NOTICE ] You are mutted");
return 1;
}
Reply
#2

It's spelled muted...
Reply
#3

Quote:
Originally Posted by The_Tough
public OnPlayerText(playerid, text[]) {
if(PlayerData[playerid][Mutted] == 1) return SendClientMessage(playerid,COLOUR_YELLOW,"[ NOTICE ] You are mutted");
return 1;
}
Should be [muted]
Reply
#4

pawn Код:
if(PlayerData[playerid][Mutted] == 1)
{
SendClientMessage(playerid,COLOUR_YELLOW,"[ NOTICE ] You are mutted");
return 0;
}
EDIT: OFFTOPIC: Are you naruto from WS?
Reply
#5

lol naruto ? dont you read my name ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)