12.04.2009, 09:08
Hello I got a prob when I send a message that looks like this
the problem is that when I use any but any command the message repeats, any advice or idea?
Код:
if(PlayerInfo[playerid][pJob] == 24)
{
if(minuite == 0)
{
SendClientMessage(playerid, COLOR_GREY, "SMS [BAR]: The truck with loads of drugs has just arrived.");
return 1;
}
}

