14.11.2011, 21:39
does anyone have a Simple /engine command: /engine (on) and again /engine (off)
How can you make a command where if you type /getstats [ID] it gets a players /stats.
How can you make a command where if you type /getstats [ID] it gets a players /stats.
Код:
error 010: invalid function or declaration
Код:
CMD:serverupdates (playerid, params[]) {
SendClientMessage(playerid, COLOR_COOLBLUE, "---------- Server Updates: ----------");
SendClientMessage(playerid, COLOR_YELLOW, "- Added new gang: West Side Mafia");
SendClientMessage(playerid, COLOR_YELLOW, "- Added new cop garage (officers only)");
SendClientMessage(playerid, COLOR_YELLOW, "- Added a Copter to SFFMD");
SendClientMessage(playerid, COLOR_YELLOW, "- You can now buy helicopters, speak with an admin about it");
SendClientMessage(playerid, COLOR_COOLBLUE, "---------- Server Updates: ----------");
}
return 1;
}


