30.07.2015, 11:07
- Error ?
.
- Help me .
.
I used pawn 0.3.7

- Help me .

I used pawn 0.3.7
PHP код:
new Actor1;
new Actor2;
new Actor3;
new Actor4;
new Actor5;
new Actor6;
new Actor7;
new Actor8;
new Actor9;
new Actor10;
new Actor11;
new Actor12;
new Actor13;
new Actor14;
new Actor15;
new Actor16;
new Actor17;
new Actor18;
Actor1 = CreateActor(103, 2135.278076, -1728.791503, 13.541131, 341.345001);
Actor2 = CreateActor(102, 2136.150878, -1727.666137, 13.540307, 146.739852);
Actor3 = CreateActor(102, 2134.766845, -1727.462280, 13.540158, 215.987167);
Actor4 = CreateActor(7, 2095.0840,-1778.9840,13.5469,72.4439); // /smoke
Actor5 = CreateActor(291, 2073.8052,-1771.6892,13.5539,349.2463); // /chat
Actor6 = CreateActor(292, 2073.6396,-1769.1976,13.5554,178.1671); // /chat
Actor7 = CreateActor(305, 373.1156,-129.1119,1002.0313,271.0829); // /siteat
Actor8 = CreateActor(155, 372.3763,-113.7291,1001.4922,359.8479); // /washhands
Actor9 = CreateActor(155, 374.7426,-113.6207,1001.4922,358.2394); // /washhands
Actor10 = CreateActor(155, 376.7381,-117.2786,1001.4922,176.1935); // /washhands
Actor11 = CreateActor(155, 372.7306,-117.2784,1001.4922,180.5802); // /washhands
Actor12 = CreateActor(265, 367.8617,-132.3498,1002.0259,357.9470); // /siteat
Actor13 = CreateActor(308, 367.9048,-126.2148,1001.9310,357.3620); // /siteat
Actor14 = CreateActor(280,1552.4540,-1677.8483,16.1953,87.4635); //
Actor15 = CreateActor(280,1552.3932,-1673.6938,16.1953,87.4635); //
Actor16 = CreateActor(307,1474.4222,-1755.1329,3285.2859,358.9902); //
Actor17 = CreateActor(308,1169.6407,-1345.9626,2423.0461,179.2646); //
Actor18 = CreateActor(132,2096.4060,-1765.9580,13.5648,87.0773); // hurt
ApplyActorAnimation(Actor1, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor2, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor3, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor4, "SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor5, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor6, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor7, "FOOD", "FF_Sit_Eat2", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor8, "BD_FIRE", "wash_up", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor9, "BD_FIRE", "wash_up", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor10, "BD_FIRE", "wash_up", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor11, "BD_FIRE", "wash_up", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor12, "FOOD", "FF_Sit_Eat2", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor13, "FOOD", "FF_Sit_Eat2", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor14, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
ApplyActorAnimation(Actor15, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
ApplyActorAnimation(Actor16, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor17, "GANGS", "prtial_gngtlkA", 4.0, 1, 0, 0, 0, 0);
ApplyActorAnimation(Actor18, "SWAT", "gnstwall_injurd", 4.0, 1, 0, 0, 0, 0);
PHP код:
./includes/gvc.pwn(107931) : error 025: function heading differs from prototype
./includes/gvc.pwn(118411) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118412) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118413) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118414) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118415) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118416) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118417) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118418) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118419) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118420) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118421) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118422) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118423) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118424) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118425) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118426) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118427) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118428) : error 017: undefined symbol "CreateActor"
./includes/gvc.pwn(118429) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118430) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118431) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118432) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118433) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118434) : error 017: undefined symbol "ApplyActorAnimation"
./includes/gvc.pwn(118435) : error 017: undefined symbol "ApplyActorAnimation"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.