Jump to content

BODY


Recommended Posts

Guest [*LoNg*]LiFe

new b[MAX_PLAYERS];

 

dcmd_bod(playerid,params[])

{

new id = strval(params);

if (b[playerid] ==15)

{

ridicak[id] = 0;

SendClientMessage(id, COLOR_RED, "[!] Zobrali ti ridicak!");

} else {

new string[256];

if (!strlen(params)) return SendClientMessage(playerid, 0xFF0000AA, "Použi /bod id");

else if(!IsPlayerConnected(id)) return SendClientMessage(playerid, 0xFF0000AA, "Toto id neni pripojené");

else if(iPlayerRole[playerid] != 1) return SendClientMessage(playerid, 0xFF0000AA, "Niesi policajt");

b[id] ++;

}

return 1;

}

 

//xD nwm ci to pojde je to s gebule

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...