25.11.2013, 19:41
i mean returning 0 like sending me "(my server) Command doesn't exist! type /help for list"
BUT it Creates Vehicle,
SendAdminMessage works in any other command..
I have tried to replace SendAdminMessage in YCMD/veh to this:
BUT it Creates Vehicle,
SendAdminMessage works in any other command..
I have tried to replace SendAdminMessage in YCMD/veh to this:
pawn Код:
foreach(Player, i)
{
if(PlayerInfo[i][pAdmin] >= 1)
{
SendClientMessage(playerid, -1, "Admin %s created vehicle model %d");
//formated ofc, but I do not have time to write it
}
}