14.05.2012, 15:46
copy this and use it
Quote:
#include <a_samp> if(strcmp(cmd, "/robplayer", true) == 0) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " Nu te-ai logat!"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "UTILIZEAZA: /robplayer [IDJucator/PARTEdinNUME]"); return 1; } new cash = GetPlayerMoney(playerid); new Floatteal = cash * 0.10; format(string, sizeof(string), "* %s a i-a furat %s RON lui %i.", sendername,floatround(steal), playerid); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE); GivePlayerMoney(playerid, floatround(steal)); return 1; if(IsACop(i)) { new anuntpd[255]; format(anuntpd, sizeof(anuntpd), "DISPECER: Toate unitatile, %s este suspectat de spargerea unui Bancomat",sendername); SendClientMessage(i, TEAM_BLUE_COLOR, anuntpd); } } } |