04.10.2010, 19:29
I made Ajail script, and I was working on the message to all, and it doesn't work.
This is just the message part, everything is defined and works but the message.
This is just the message part, everything is defined and works but the message.
pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s was admin jailed by %s for %s minutes, Reason: %s ",GivenName, sendername, jailTime, jailReason );
error line: SendClientMessageToAll(playerid, 0xFF4646FF, string);
}
return 1;
}
pawn Код:
error 035: argument type mismatch (argument 2)