[HELP]Can Anyone Help Here!? -
Ronaldo_raul™ - 14.06.2011
Hello Guys i am making a new and fresh GM......
I have some questions-
1. I have about 3000 object using Incognito's streamer, But they dont load .........so you have to go in-game and restart the GM (GMX) (i am using Lux Admin).
2. How can i use colours in dialogs?
example:
Код:
if(strcmp(cmdtext, "/help", true) == 0)
{
ShowPlayerDialog(playerid,HELP,DIALOG_STYLE_MSGBOX,"Available Commands:","\n/General - Commands in General\n/Account - Your Account Information\n/Vehicles - Vehicle Commands\n/Extra - Extra Commands","OK","Cancel");
return 1;
}
3. I am working on a awesome GM and want some simple help if someone here to help me please PM!
Thank You For Your Time !
Respectively,
Ronaldo_raul™
Re: [HELP]Silly Question To Be Answered -
Laronic - 14.06.2011
@ 2 By adding
{COLOR} in from of what you want colored
{FF0000} == red
pawn Код:
if(strcmp(cmdtext, "/help", true) == 0)
{
ShowPlayerDialog(playerid,HELP,DIALOG_STYLE_MSGBOX,"{FFFFFF}Available Commands:","\n{FFFFFF}/General - Commands in General\n{FF0000}/Account - Your Account Information\n{FFFFFF}/Vehicles - Vehicle Commands\n{FF0000}/Extra - Extra Commands","OK","Cancel");
return 1;
}
Re: [HELP]Silly Question To Be Answered -
Ronaldo_raul™ - 14.06.2011
Quote:
Originally Posted by CyberGhost
@ 2 By adding
{COLOR} in from of what you want colored
{FF0000} == red
pawn Код:
if(strcmp(cmdtext, "/help", true) == 0) { ShowPlayerDialog(playerid,HELP,DIALOG_STYLE_MSGBOX,"{FFFFFF}Available Commands:","\n{FFFFFF}/General - Commands in General\n{FF0000}/Account - Your Account Information\n{FFFFFF}/Vehicles - Vehicle Commands\n{FF0000}/Extra - Extra Commands","OK","Cancel"); return 1; }
|
ahh atleast i answer........i expected it from you bro
ahh so is the code of the colour is the same as of we use in the FS and GM's
??
Re: [HELP]Silly Question To Be Answered -
leong124 - 15.06.2011
1.Try to check if any of your script used CreateObject instead of CreateDynamicObject.
2.Simply say, yes.
Re: [HELP]Silly Question To Be Answered -
Ronaldo_raul™ - 15.06.2011
Quote:
Originally Posted by leong124
1.Try to check if any of your script used CreateObject instead of CreateDynamicObject.
2.Simply say, yes.
|
But i am using about more than 3000 objects so i cannot use CreateObject...........i am using incognito's streamer ........so i am using CreateDynamicObject
Re: [HELP]Silly Question To Be Answered -
Ronaldo_raul™ - 16.06.2011
cmon guys no one answering! its has been a DAY!
No answers
?
HELP!
Re: [HELP]Silly Question To Be Answered -
Kwarde - 19.06.2011
How does the script load your maps? From the gamemode?
I always put the files into the filterscripts directory, and from the gamemode I use
SendRconCommand("loadfs {fs_name}");. So if something ain't workin, just reload the filterscript. And add something that can destroy all the objects to prevent eventually double objects.
Re: [HELP]Silly Question To Be Answered -
Ronaldo_raul™ - 19.06.2011
Quote:
Originally Posted by Kwarde
How does the script load your maps? From the gamemode?
I always put the files into the filterscripts directory, and from the gamemode I use SendRconCommand("loadfs {fs_name}");. So if something ain't workin, just reload the filterscript. And add something that can destroy all the objects to prevent eventually double objects.
|
ohh...this will load the object on the first time and no time to restart
Can you help mein making one FS and also the rcon command one.....