Jump to content
  • 0

erori compliere


Gaby29

Question

[pawn]D:\Torente\samp03\gamemodes\pro.pwn(17034) : error 017: undefined symbol "SPECIAL_ACTION_CUFFED"

D:\Torente\samp03\gamemodes\pro.pwn(20439) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20441) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20443) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20445) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20447) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20449) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20451) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20453) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20455) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(20457) : error 017: undefined symbol "SetObjectMaterialText"

D:\Torente\samp03\gamemodes\pro.pwn(56332) : error 017: undefined symbol "SPECIAL_ACTION_CUFFED"

D:\Torente\samp03\gamemodes\pro.pwn(20440) : warning 204: symbol is assigned a value that is never used: "Fun"

D:\Torente\samp03\gamemodes\pro.pwn(20446) : warning 204: symbol is assigned a value that is never used: "Fun2"

D:\Torente\samp03\gamemodes\pro.pwn(20452) : warning 204: symbol is assigned a value that is never used: "Fun3"

D:\Torente\samp03\gamemodes\pro.pwn(20438) : warning 204: symbol is assigned a value that is never used: "Just4"

D:\Torente\samp03\gamemodes\pro.pwn(20444) : warning 204: symbol is assigned a value that is never used: "Just42"

D:\Torente\samp03\gamemodes\pro.pwn(20450) : warning 204: symbol is assigned a value that is never used: "Just43"

D:\Torente\samp03\gamemodes\pro.pwn(20456) : warning 204: symbol is assigned a value that is never used: "Politie"

D:\Torente\samp03\gamemodes\pro.pwn(20442) : warning 204: symbol is assigned a value that is never used: "Slogan"

D:\Torente\samp03\gamemodes\pro.pwn(20448) : warning 204: symbol is assigned a value that is never used: "Slogan2"

D:\Torente\samp03\gamemodes\pro.pwn(20454) : warning 204: symbol is assigned a value that is never used: "Slogan3"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

12 Errors.[/pawn]

17034: [pawn]if(!IsPlayerInAnyVehicle(playerid) && newkeys & KEY_JUMP && !(oldkeys & KEY_JUMP) && GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED) ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_falloff",4.1,0,1,1,0,0);[/pawn]

20438-20457:[pawn] Just4 = CreateObject(19353, 864.3136, -1646.9001, 12.5065, -0.0999, 89.6000, -91.1410);

SetObjectMaterialText(Just4, "{DC0C0C}Just4", 0, 50, "Arial", 24, 1, -65536, 0, 1);

Fun = CreateObject(19353, 863.2511, -1646.8746, 12.4703, 0.0000, -89.7000, 87.5350);

SetObjectMaterialText(Fun, "{000000}Fun", 0, 50, "Arial", 24, 0, -8092540, 0, 1);

Slogan = CreateObject(19353, 863.8606, -1646.3967, 12.4723, 0.0000, -89.7999, 87.4784);

SetObjectMaterialText(Slogan, "{FFFFFF}www.inlucru.ro", 0, 100, "Arial", 24, 1, -1, 0, 1);

Just42 = CreateObject(19353, 1451.0200, -2286.2902, 16.8169, -0.0999, -0.0000, -179.2465);

SetObjectMaterialText(Just42, "{DC0C0C}Just4", 0, 50, "Arial", 24, 1, -2356212, 0, 1);

Fun2 = CreateObject(19353, 1451.0677, -2287.4008, 16.8268, 0.0000, 0.0000, 181.0359);

SetObjectMaterialText(Fun2, "Fun", 0, 50, "Arial", 24, 1, -16777216, 0, 1);

Slogan2 = CreateObject(19353, 1451.0157, -2286.9216, 16.2568, 0.0000, 0.0000, 180.4093);

SetObjectMaterialText(Slogan2, "inlucru.ro", 0, 100, "Arial", 24, 0, -16777216, 0, 1);

Just43 = CreateObject(19353, 1441.7412, -2287.6379, 12.5264, 0.0000, -87.6001, -0.6858);

SetObjectMaterialText(Just43, "{DC0C0C}Just4", 0, 50, "Arial", 24, 1, -2356212, 0, 1);

Fun3 = CreateObject(19353, 1441.7542, -2286.5444, 12.4871, 0.0000, -89.6999, -0.3858);

SetObjectMaterialText(Fun3, "Fun", 0, 50, "Arial", 24, 1, -16777216, 0, 1);

Slogan3 = CreateObject(19353, 1442.3537, -2287.0585, 12.5153, 0.0000, -82.7999, -2.2658);

SetObjectMaterialText(Slogan3, "inlucru.ro", 0, 100, "Arial", 24, 0, -1, 0, 1);

Politie = CreateObject(2719, 1543.4331, -1631.9439, 13.2204, 1.5000, 0.0999, -90.2158);

SetObjectMaterialText(Politie, "Just4Fun", 0, 60, "Impact", 24, 0, -32256, 0, 1);[/pawn]

56332: [pawn] SetPlayerSpecialAction(giveplayerid,SPECIAL_ACTION_CUFFED);[/pawn]

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.