16.06.2014, 14:08
OKAY LOOK This really annoys me , My admins keep telling me about DM abuse. EXAMPLE:
Player types /Dm3 Then /LS back to los santos and kills everybody with Dm3 weapons -_-
so I made a block and putted
IsPlayerInZone[playerid] = 0; on each /DM cmd.
But when I type ANY COMMAND it says the error message
pawn Код:
EROARE: {FFFFFF}You can not get out of this area !
! I MEAN LIKE ANY COMMAND even a command that doesnt exist like /asadadsad [/B]
pawn Код:
if( IsPlayerInZone[ playerid ] == 1 && strcmp(cmdtext, "/ls", true) != 0 )
return SendClientMessage( playerid, 0xFF0000FF, "EROARE: {FFFFFF}You can not get out of this area !" );