help please
#3

Quote:
Originally Posted by Adamoneoone
View Post
What is it with all the people requesting command like it's a script request forum...
You didn't even give a proper explanation of what your command is supposed to do.
Post whatever code snippet you already have.
If you're looking for a person to do it for you, this is the wrong place, look at here instead:
Looking for scripters/helpers? Post here!
Code:
CMD:cw(playerid, params[])
{
	static
		userid;
	if (sscanf(params, "u", userid))
		return SendSyntaxMessage(playerid, "/cw [text]");
	new string[128];
	for(new i = 0; i < MAX_PLAYERS; i ++)
    if(IsPlayerInVehicle(i, GetPlayerVehicleID(i)))
    SendClientMessage(playerid, COLOR_YELLOW, string);
	return 1;
}
But when I type /cw [text] in the car, nothing happens
Reply


Messages In This Thread
help please - by seventyone - 17.05.2020, 19:46
Re: help please - by Adamoneoone - 17.05.2020, 20:21
Re: help please - by seventyone - 18.05.2020, 07:53
Re: help please - by Adamoneoone - 18.05.2020, 08:17
Re: help please - by Shadow0707 - 18.05.2020, 08:51

Forum Jump:


Users browsing this thread: 1 Guest(s)