07.12.2011, 07:11
Oh sorry I forgot !
My /pm command is
//----------------------------------[PM]-----------------------------------------------
if(strcmp(cmd, "/pm", true) == 0 || strcmp(cmd, "/p", true) == 0)
{
if(IsPlayerConnected(playerid))
{
{
ShowPlayerDialog(playerid,8523,DIALOG_STYLE_INPUT, "Private Message System","Enter the receiverґs ID","Done","Cancel");
return 1;
}
}
return 1;
}
I`ve tried to change it 'cause I don't like this type of dialog I wanned simple but it gave me a lot of errors. I've searched, I've found some pm commands but aren't compatible [I think] 'cause it gave me a lot of errors! :-s
My /pm command is
//----------------------------------[PM]-----------------------------------------------
if(strcmp(cmd, "/pm", true) == 0 || strcmp(cmd, "/p", true) == 0)
{
if(IsPlayerConnected(playerid))
{
{
ShowPlayerDialog(playerid,8523,DIALOG_STYLE_INPUT, "Private Message System","Enter the receiverґs ID","Done","Cancel");
return 1;
}
}
return 1;
}
I`ve tried to change it 'cause I don't like this type of dialog I wanned simple but it gave me a lot of errors. I've searched, I've found some pm commands but aren't compatible [I think] 'cause it gave me a lot of errors! :-s