Search Results
I have added every file to right place i think, the server log say "SS_GANG_MAIN" filescript is loaded, i compile the filescript and its without errors or warnings, but when i try use every commands t...
11,733
How i can resove this error?
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/Topg", true))
{
new string[128];
format(string, sizeof(string), "~Gang1~ %s GANG ...
209
Quote:
Originally Posted by 1fret
I dont think thats possible , cause thats how y_ini save all passwords also i think thats how most systems saves passwords. Cause in your case you are try...
220
Why when they system save my password in the scriptfiles the password its writed in different formacts
Password = 185664116 this password is "PASSWORD" its the password i put for register my account ...
220
Quote:
Originally Posted by zPain
Looks like you're trying to save the settings when the gamemode is loaded. Shouldn't you be loading them?
I want make this but i want make too save set...
230
Quote:
Originally Posted by saffierr
What is the exact problem of the given code plus please use [ php] code
It don't save i try set for example max ping but anything
230
How i should use this code because i want save some settings for my server but it doesn't do without have wanr/errors in the gamemode.
enum ServerData
{
MaxPing,
gpgang1,
gpgang3
};
new ServerInf...
230
Quote:
Originally Posted by MicroKyrr
We are not FBI (Federal Bureau of Investigation) or Magician. Please tell us the error. Anyway,
PHP код:
format(str, sizeof(str), "Command\t...
302
Quote:
Originally Posted by CalvinC
Put \n at the end.
"Line1\n
Line2\n
Line3"
and so on
new str[128];
format(str, sizeof(str), "Command\tDescription\tPlaying\n\
{ffffff}/minigu...
302
Quote:
Originally Posted by oMa37
Thats what i understood ..
PHP код:
format(str, sizeof(str), "Command\nDescription\nPlaying\n
{ffffff}minigun\n{F7FF00}Minigun Deathmatch\n{0099...
302
how i must put this code for show 2 lines?
format(str, sizeof(str), "Command\tDescription\tPlaying\n\
{ffffff}/minigun\t{F7FF00}Minigun Deathmatch\t{0099FF}(%d players)", count);
{ffffff}/minigun\t{F...
302
Quote:
Originally Posted by [NWA]Hannes
If it's working then I'm happy to help, I'm also glad you enjoy it.
And if i must add more lines like this how i must do?
format(str, sizeof(str...
221
ShowPlayerDialog(playerid, DIALOG_DMS, DIALOG_STYLE_TABLIST_HEADERS, "DeathMach",
"Command\tDescription\tPlaying\n\
{ffffff}/minigun\t{F7FF00}Minigun DeathMach\t{0099FF}(%d players)\n\
{ff...
221
Quote:
Originally Posted by MicroKyrr
Use [code and [/code or PHP
What?
190
if(dialogid == DIALOG_MYCAR)
{
if(response)
{
if(listitem == 0)
{
if(PlayerInfo[playerid][PrivateCar] == 0) return SendClientMessage(playerid,COLORE_ROSSO,"ERROR:You don't have...
190
i use
PrivateVehicleBlackEvilS = AddStaticVehicle(411, 112.1450, -89.6118, 4.5540, 0.0000000, 0, 1);
PrivateVehicleOhad = AddStaticVehicle(425, 112.1450, -113.5158, 4.5540, 0.0000000, 0, 1);
But alwa...
275