26.01.2010, 16:34
This is my dcmd command.
But when i do /setteam cad, the textdrawstring is not changing.
But when i do /setteam cad, the textdrawstring is not changing.
Код:
dcmd_setteam(playerid, params[])
{
if(!strlen(params))
{
TextDrawSetString(Textdraw1, params);
TextDrawShowForAll(Textdraw1);
}
return 1;
}

