07.09.2012, 11:21
Hi i wanna make a /mycigar command,
I have the following:
My defines of smoking:
But it doesn't work..
I have the following:
Код:
COMMAND:mycigars(playerid, params[])
{
new string[128];
format( string, sizeof( string ), "Your cigars: %s ", cigarette[playerid]);
SendClientMessage( playerid, Red, string );
return 1;
}
Код:
new cigarette[MAX_PLAYERS];

