Author Topic: Problem...  (Read 3707 times)

0 Members and 1 Guest are viewing this topic.

Offline Kingston

  • Wiseguy
  • **
  • Posts: 70
  • Owner [kTn]
    • View Profile
Problem...
« on: March 01, 2010, 07:33:15 pm »
problem...

In time i am ending editing  Mode Server In Pawno , i click In F5 ,

in i Klick F5 The Mode.AMX is Deleting , Why ??

Please Help ...

Thanks...
« Last Edit: March 01, 2010, 08:37:20 pm by Kingston »

Website Of Kingston
109.65.6.122:5192

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: Problem...
« Reply #1 on: March 01, 2010, 07:57:36 pm »
Oh ffs. Turn those colors off.. I can't see a shit.

Well, be racional man, if it deletes ur AMX. ITS BECAUSE SOMETHING IS wrong in the script...

Offline Kingston

  • Wiseguy
  • **
  • Posts: 70
  • Owner [kTn]
    • View Profile
Re: Problem...
« Reply #2 on: March 01, 2010, 08:38:02 pm »
Oh ffs. Turn those colors off.. I can't see a shit.

Well, be racional man, if it deletes ur AMX. ITS BECAUSE SOMETHING IS wrong in the script...

example...

give me a example

Website Of Kingston
109.65.6.122:5192

Offline Ettans

  • VC:MP Beta Tester
  • Wiseguy
  • *
  • Posts: 56
    • View Profile
Re: Problem...
« Reply #3 on: March 01, 2010, 08:47:20 pm »
We can't give you an example. Does the compiler give you any errors or warnings? Copy paste the log.

Offline Kingston

  • Wiseguy
  • **
  • Posts: 70
  • Owner [kTn]
    • View Profile
Re: Problem...
« Reply #4 on: March 01, 2010, 09:18:33 pm »
We can't give you an example. Does the compiler give you any errors or warnings? Copy paste the log.

Ok look

i am have a problem
in time i am edit this

public StatusTag(level)
{
   new x[256];
   if (level == 1) x = "Member";
   else if (level == 2) x = "Protected Member";
   else if (level == 3) x = "Half Admin";
   else if (level == 4) x = "Admin";
   else if (level == 5) x = "Admin";
   else if (level == 6) x = "Admin";
   else if (level == 7) x = "Admin";
   else if (level == 8) x = "Management";
   else if (level == 9) x = "Coordinator";
   else if (level == 10) x = "Server Owner";
   return x;
}


To THis


public StatusTag(level)
{
   new x[256];
   if (level == 1) x = "Member";
   else if (level == 2) x = "Protected Member";
   else if (level == 3) x = "Half Admin";
   else if (level == 4) x = "Admin";
   else if (level == 5) x = "Admin";
   else if (level == 6) x = "Admin";
   else if (level == 7) x = "Admin";
   else if (level == 8) x = "Management";
   else if (level == 9) x = "server Co-Leader";
   else if (level == 10) x = "Server Owner";
   return x;
}

the Mode.AMX is Deleting ...
can tell me why ??
can i make the Mode.AMX is not deleting ??

Website Of Kingston
109.65.6.122:5192

Offline Ettans

  • VC:MP Beta Tester
  • Wiseguy
  • *
  • Posts: 56
    • View Profile
Re: Problem...
« Reply #5 on: March 01, 2010, 09:33:54 pm »
The code works for me, compiles fine. Please post the compile log (from the small window).
« Last Edit: March 01, 2010, 09:35:41 pm by Ettans »

Offline Kingston

  • Wiseguy
  • **
  • Posts: 70
  • Owner [kTn]
    • View Profile
Re: Problem...
« Reply #6 on: March 02, 2010, 02:49:08 pm »
How to get the Error is accepted ?? ( How to Change anythink in Mode.PWN For no deleting Mode.AMX ????

Website Of Kingston
109.65.6.122:5192

Offline bilakispa

  • Street Thug
  • *
  • Posts: 4
    • View Profile
Re: Problem...
« Reply #7 on: March 02, 2010, 03:06:09 pm »
We can't give you an example. Does the compiler give you any errors or warnings? Copy paste the log.