- 0
Problema /cc
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Martin
Nume: Martin
Problema: nu functioneaza comanda /cc
Imagini/Video: nu este nevoie
Cod Sursa:
CMD:cc(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); foreach(Player, i) { if(PlayerInfo[i][pAdmin] < 1) { for(new i = 0; i < 50; i++) SendClientMessageToAll(COLOR_WHITE," "); } } new string[100]; format(string, sizeof(string), "Warning: %s a sters chatul.",GetName(playerid)); if(GetPVarInt(playerid, "Cover") == 0) SendAdminMessage(COLOR_LOGS, string,1); return 1; }Alte detalii: efectiv scriu /cc si nu se intampla nimic apare doar pe server ca adminul x a sters chatul dar defapt nu s-a sters nimic totul a ramas neschimbat.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now