• Welcome to Vice City Multiplayer.
 

Problem...

Started by Kingston, March 01, 2010, 05:33:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kingston

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...

Website Of Kingston
109.65.6.122:5192

Knucis

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...

Kingston

Quote from: Knucis on March 01, 2010, 05: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...

example...

give me a example

Website Of Kingston
109.65.6.122:5192

Ettans

We can't give you an example. Does the compiler give you any errors or warnings? Copy paste the log.

Kingston

Quote from: Ettans on March 01, 2010, 06:47:20 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

Ettans

#5
The code works for me, compiles fine. Please post the compile log (from the small window).

Kingston

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

bilakispa

Quote from: Ettans on March 01, 2010, 06:47:20 PM
We can't give you an example. Does the compiler give you any errors or warnings? Copy paste the log.