17.01.2014, 15:43
fixed
if(strcmp(cmd, "/zemioruzjeall", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
for(new i; i < MAX_PLAYERS; i++)
{
ResetPlayerWeapons(i);
}
format(string, sizeof(string), "Admin %s go odzema oruzjeto na site igraci", sendername);
SendClientMessageToAll(COLOR_TEO, string);
}
}
return 1;
}
) Repped thanks
if(strcmp(cmd, "/zemioruzjeall", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
for(new i; i < MAX_PLAYERS; i++)
{
ResetPlayerWeapons(i);
}
format(string, sizeof(string), "Admin %s go odzema oruzjeto na site igraci", sendername);
SendClientMessageToAll(COLOR_TEO, string);
}
}
return 1;
}