error 002: only a single statement (or expression) can follow each "case" (HELP ME GUYS)
#1

Here is the code that i add
PHP Code:
        if(IsABike(GetPlayerVehicleID(playerid)))
        {
            switch(
GetPlayerSkin(playerid))
            {
                
#define SPAO{%0,%1,%2,%3,%4,%5} SetPlayerAttachedObject(playerid, SLOT, 18645, 2, (%0), (%1), (%2), (%3), (%4), (%5));
                
case 06574149208273:  SPAO{0.0700000.0000000.00000088.00000075.0000000.000000}
                case 
1..6814162227293341..4982..848687119289SPAO{0.0700000.0000000.00000088.00000077.0000000.000000}
                case 
710SPAO{0.0900000.0199990.00000088.00000090.0000000.000000}
                case 
9SPAO{0.0599990.0199990.00000088.00000090.0000000.000000}
                case 
11..13SPAO{0.0700000.0199990.00000088.00000090.0000000.000000}
                case 
15SPAO{0.0599990.0000000.00000088.00000082.0000000.000000}
                case 
17..21SPAO{0.0599990.0199990.00000088.00000082.0000000.000000}
                case 
23..262830..3234..3957589899104..118120..131SPAO{0.0799990.0199990.00000088.00000082.0000000.000000}
                case 
40SPAO{0.0500000.0099990.00000088.00000082.0000000.000000}
                case 
50100..103148150..189222SPAO{0.0700000.0099990.00000088.00000082.0000000.000000}
                case 
51..54SPAO{0.1000000.0099990.00000088.00000082.0000000.000000}
                case 
5556636466..73757678..81133..143147190..207209..219221247..272274..288290..293SPAO{0.0700000.0199990.00000088.00000082.0000000.000000}
                case 
59..62SPAO{0.0799990.0299990.00000088.00000082.0000000.000000}
                case 
77SPAO{0.0599990.0199990.00000087.00000082.0000000.000000}
                case 
858889SPAO{0.0700000.0399990.00000088.00000082.0000000.000000}
                case 
90..97SPAO{0.0500000.0199990.00000088.00000082.0000000.000000}
                case 
132SPAO{0.0000000.0199990.00000088.00000082.0000000.000000}
                case 
144..146SPAO{0.0900000.0000000.00000088.00000082.0000000.000000}
                case 
220SPAO{0.0299990.0199990.00000088.00000082.0000000.000000}
                case 
223246SPAO{0.0700000.0500000.00000088.00000082.0000000.000000}
                case 
224..245SPAO{0.0700000.0299990.00000088.00000082.0000000.000000}
                case 
294SPAO{0.0700000.0199990.00000091.00000084.0000000.000000}
                case 
295SPAO{0.0500000.0199980.00000086.00000082.0000000.000000}
                case 
296..298SPAO{0.0649990.0099990.00000088.00000082.0000000.000000}
                case 
299SPAO{0.0649980.0199990.00000088.00000082.0000000.000000}
            
format(stringsizeof(string), "{FF8000}** {C2A2DA}%s take a helmet and put on thier head ."GetPlayerNameEx(playerid));
            
SendClientMessageEx(playeridCOLOR_WHITE"You have put your helmet in your head.");
        }
        else
        {
            
format(stringsizeof(string), "{FF8000}** {C2A2DA}%s take a seatbelt."GetPlayerNameEx(playerid));
            
SendClientMessageEx(playeridCOLOR_WHITE"You hade take a seat belt.");
        }
    } 
And the warn
PHP Code:
./includes/rp.pwn(54028) : error 002only a single statement (or expressioncan follow each "case"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

Please help me and thank for visit my theard
Reply
#2

which one is line 54028?
Reply
#3

The line 54028 is format(string, sizeof(string), "{FF8000}** {C2A2DA}%s take a helmet and put on thier head .", GetPlayerNameEx(playerid)); please help me sir
Reply
#4

Here you are:

Quote:

if(IsABike(GetPlayerVehicleID(playerid)))
{
switch(GetPlayerSkin(playerid))
{
#define SPAO{%0,%1,%2,%3,%4,%5} SetPlayerAttachedObject(playerid, SLOT, 18645, 2, (%0), (%1), (%2), (%3), (%4), (%5));
case 0, 65, 74, 149, 208, 273: SPAO{0.070000, 0.000000, 0.000000, 88.000000, 75.000000, 0.000000}
case 1..6, 8, 14, 16, 22, 27, 29, 33, 41..49, 82..84, 86, 87, 119, 289: SPAO{0.070000, 0.000000, 0.000000, 88.000000, 77.000000, 0.000000}
case 7, 10: SPAO{0.090000, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}
case 9: SPAO{0.059999, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}
case 11..13: SPAO{0.070000, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}
case 15: SPAO{0.059999, 0.000000, 0.000000, 88.000000, 82.000000, 0.000000}
case 17..21: SPAO{0.059999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 23..26, 28, 30..32, 34..39, 57, 58, 98, 99, 104..118, 120..131: SPAO{0.079999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 40: SPAO{0.050000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}
case 50, 100..103, 148, 150..189, 222: SPAO{0.070000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}
case 51..54: SPAO{0.100000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}
case 55, 56, 63, 64, 66..73, 75, 76, 78..81, 133..143, 147, 190..207, 209..219, 221, 247..272, 274..288, 290..293: SPAO{0.070000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 59..62: SPAO{0.079999, 0.029999, 0.000000, 88.000000, 82.000000, 0.000000}
case 77: SPAO{0.059999, 0.019999, 0.000000, 87.000000, 82.000000, 0.000000}
case 85, 88, 89: SPAO{0.070000, 0.039999, 0.000000, 88.000000, 82.000000, 0.000000}
case 90..97: SPAO{0.050000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 132: SPAO{0.000000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 144..146: SPAO{0.090000, 0.000000, 0.000000, 88.000000, 82.000000, 0.000000}
case 220: SPAO{0.029999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
case 223, 246: SPAO{0.070000, 0.050000, 0.000000, 88.000000, 82.000000, 0.000000}
case 224..245: SPAO{0.070000, 0.029999, 0.000000, 88.000000, 82.000000, 0.000000}
case 294: SPAO{0.070000, 0.019999, 0.000000, 91.000000, 84.000000, 0.000000}
case 295: SPAO{0.050000, 0.019998, 0.000000, 86.000000, 82.000000, 0.000000}
case 296..298: SPAO{0.064999, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}
case 299: SPAO{0.064998, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}
}
format(string, sizeof(string), "{FF8000}** {C2A2DA}%s take a helmet and put on thier head .", GetPlayerNameEx(playerid));
SendClientMessageEx(playerid, COLOR_WHITE, "You have put your helmet in your head.");
}
else
{
format(string, sizeof(string), "{FF8000}** {C2A2DA}%s take a seatbelt.", GetPlayerNameEx(playerid));
SendClientMessageEx(playerid, COLOR_WHITE, "You hade take a seat belt.");
}

Reply
#5

Quote:
Originally Posted by kyriakos587
View Post
Here you are:
./includes/rp.pwn(54044) : warning 209: function "cmd_seatbelt" should return a value
./includes/rp.pwn(54045) : error 010: invalid function or declaration
./includes/rp.pwn(5404 : error 010: invalid function or declaration
./includes/rp.pwn(54051) : error 021: symbol already defined: "SendClientMessageEx"
./includes/rp.pwn(54053) : error 010: invalid function or declaration
./includes/rp.pwn(54056) : error 021: symbol already defined: "SendClientMessageEx"
./includes/rp.pwn(54059) : error 021: symbol already defined: "ProxDetector"
./includes/rp.pwn(54060) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


7 Errors.
Reply
#6

Returns a value for the "cmd_seatbelt"
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)