dcmd_givecash IS working but sending wrong messages
#4

Quote:

but I replaced SystemMessage by SendClientMessage because I wanted to change colour

Why you do that? xD Just change the color in your script

Quote:

dcmd_givecash(playerid, params[])
{
// bla bla
SendClientMessage(playerid, COLOR_GREEN, str);
return 1;
}

Into:

Quote:

dcmd_givecash(playerid, params[])
{
// bla bla
SendClientMessage(playerid, YOUR COLOR, str);
return 1;
}

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)