Help Plz.
#1

Hello, i have 6 error and i dont know how i fix it

PHP код:
playon/grupp.pwn(104) : error 017undefined symbol "g_Uks5"
playon/grupp.pwn(104) : error 017undefined symbol "g_Uks5"
playon/grupp.pwn(105) : error 029invalid expressionassumed zero
playon
/grupp.pwn(105) : error 001expected token";"but found "if"
playon/grupp.pwn(105) : error 017undefined symbol "g_Uks5"
playon/grupp.pwn(105) : fatal error 107too many error messages on one line 
Plz , help!!
Reply
#2

How the hell to you expect us to fix it without showing some code?
Post your code (Lines 104 & 105)
Reply
#3

PHP код:
    if( g_Uks5 == g_Uks5 1SendClientMessageplayeridCOLOR_WHITE"Uks on nььd lukust lahti!" );
            else if( 
g_Uks5 == g_Uks5 0SendClientMessageplayeridCOLOR_WHITE"Uks on nььd lukus!" ); 
Its 104-105 line
Reply
#4

pawn Код:
//top of your script
new g_Uks5;

//Back to the error section
switch(g_Uks5)
{
     Case 0:
     {
           g_Uks5 = 1; SendClientMessage( playerid, COLOR_WHITE, "Uks on nььd lukust lahti!" );
     }
     Case 1:
     {
           g_Uks5 = 0;
           SendClientMessage( playerid, COLOR_WHITE, "Uks on nььd lukus!" );  
     }
}
Try that or this:
pawn Код:
new g_Uks5;
//-------------
   if( g_Uks5 == 0 ) g_Uks5 = 1; SendClientMessage( playerid, COLOR_WHITE, "Uks on nььd lukust lahti!" );
            else if( g_Uks5 == 1 ) g_Uks5 = 0; SendClientMessage( playerid, COLOR_WHITE, "Uks on nььd lukus!" );
Reply
#5

Yes Its work
Now new error

PHP код:
playon/grupp.pwn(110) : warning 215expression has no effect
playon
/grupp.pwn(110) : error 001expected token";"but found ":"
playon/grupp.pwn(110) : error 029invalid expressionassumed zero
playon
/grupp.pwn(110) : fatal error 107too many error messages on one line 
PHP код:
(110line ) Case 0
Reply
#6

Give My MSN or somting
Reply
#7

Try the one underneath my last post
Reply
#8

Now is 26 error. :S
Plz give my MSN ..
I need more help!
I give you money .. aftesr you help me this GM work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)