zgaming event help
#1

I am trying to add one thing to the event, It would be event skin... but I only got part of it so far and need help with the rest

Код:
	else if(!strcmp(option, "skin", true, 6))
	{
	    if(sscanf(params, "s[8]i", option, amount)) return SendClientMessage(playerid, COLOR_WHITE, "/seteventinfo skin [skinid]");
     	EventSkin = amount;
	    format(string, sizeof(string), " You have set the event's Skin to %d.", amount);
	    SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

	}
Reply
#2

Quote:
Originally Posted by MichaelWharton101
Посмотреть сообщение
I am trying to add one thing to the event, It would be event skin... but I only got part of it so far and need help with the rest

Код:
	else if(!strcmp(option, "skin", true, 6))
	{
	    if(sscanf(params, "s[8]i", option, amount)) return SendClientMessage(playerid, COLOR_WHITE, "/seteventinfo skin [skinid]");
     	EventSkin = amount;
	    format(string, sizeof(string), " You have set the event's Skin to %d.", amount);
	    SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

	}
so what is your problem and what do you want ? explain it more.
Reply
#3

http://pastebin.com/hvgHPtEC
What's wrong with that code, that I gave you earlier?
Reply
#4

I posted this before I got help from you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)