Jump to content
  • 0

pomoc help prosím


CptMorgan

Dotaz

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(19411) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(22338) : warning 213: tag mismatch

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(22727) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(22732) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(27082) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(27510) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(27515) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(28179) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(28245) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(28269) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(28421) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(28426) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(46832) : warning 217: loose indentation

C:\Users\acer\Desktop\RGRP\gamemodes\xxx.pwn(58226) : warning 203: symbol is never used: "ret_memcpy"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

14 Warnings.

 

Vedel by mi s tým niekto pomôcť prosím? pragma tabsize 0 som dával, ale nič mi nepomáha. Ďakujem za všetky odpovede. :)

Link to comment
Share on other sites

4 odpovědí na tuto otázku

Recommended Posts

  • 0

Ouuu díkičko. :d A ešte s týmto by si vedel niečo spraviť?  Tuším že na ret_memcpy sa používa pragma unused ret_memcpy alebo niečo v tom zmysle.. :d Dík za odpoveď ;)

C:\Users\acer\Desktop\RGRP\gamemodes\RGRP.pwn(22338) : warning 213: tag mismatch
C:\Users\acer\Desktop\RGRP\gamemodes\RGRP.pwn(58226) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
2 Warnings.

Tie warning 217 zmizli ale ešte tieto dva robia problém

C:\Users\acer\Desktop\RGRP\gamemodes\RGRP.pwn(22338) : warning 213: tag mismatch
C:\Users\acer\Desktop\RGRP\gamemodes\RGRP.pwn(58226) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
2 Warnings.

}
Riadok 22325
//BUTTONS
  CreateButton(244.92, 72.29, 1004.27, 0.0); // LSPD DOOR ENTER
CreateButton(244.91, 73.81, 1004.27, 90.0); // LSPD DOOR EXIT
CreateButton(1765.9000, -1574.0979, 1641.7, 270.0); // PRISON CELL OPEN
CreateButton(222.41, 71.29, 1005.66, 90.0); // CHIEF DOOR OUTSIDE
CreateButton(221.87, 68.34, 1005.66, 270.0); // CHIEF DOOR INSIDE
//VIP Gates
vipgateob1 = CreateDynamicObject(971,364.95495605,-1469.17004395,31.39999962,0.00000000,0.00000000,36.00000000); //object(subwaygate) (1)
vipgateob2 = CreateDynamicObject(971,310.11669922,-1556.11083984,31.39999962,0.00000000,0.00000000,143.99996948); //object(subwaygate) (2)
 
//Object and 3dtext for /train at le new gym
CreateDynamicObject(1239,31,1226.8239,-773.0059,1084.0048,0.00000000,0.00000000,31.00000000);
 
//CITY PARK LSPD!
  //- Mapped by: Logan Stone
  //- Mapped for: RG:RP ( Reality Gaming Roleplay )
//© 2012 All rights reserved to the author ( Logan ).
CreateObject(852,1851.50000000,-1966.59997559,12.50000000,0.00000000,0.00000000,0.00000000); //object(cj_urb_rub_4) (1)
CreateObject(970,1516.19995117,-1690.90002441,13.60000038,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (1)
Riadok 22345
Link to comment
Share on other sites

  • 0

Problém vyřešen. Na řádku měl:

CreateDynamicObject(1239,31.0,1226.8239,-773.0059,1084.0048,0.0,0.0,31.0);

Ale funkce vypadá takto:

CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...