17.02.2015, 19:51
(
Последний раз редактировалось ProKillerpa; 17.02.2015 в 20:23.
)
Vocк precisarб baixar: http://www.solidfiles.com/d/39f6978c02/, Tуpico
PHP код:
#define NO_ICMD
#define NO_IBITS
#include <IPSI/load.main>
#include <YSI\y_commands>
new TotalCars;
YCMD:totalcarros(playerid, params[], help){
#pragma unused params, help
static _var[35];
each(VehiclesCreated-> new i) TotalCars++;
format(_var, sizeof(_var), "Veнculos totais do servidor: %d", TotalCars);
SendClientMessage(playerid, -1, _var);
TotalCars = 0;
return 1;
}