View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008766 | Multi Theft Auto : San Andreas | Scripting | public | 2015-02-15 21:37 | 2015-02-17 03:07 |
Reporter | Necktrox | Assigned To | Necktrox | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | 1.5 | Fixed in Version | 1.5 | ||
Summary | 0008766: Player's parent element can't be resetted ? ? | ||||
Description | It's possible to change the parent of the player element to a custom element, but it can't be resetted (to root element). [SKC]Necktrox executed command: player = getPlayerFromName("[SKC]Necktrox"); player.parent = createElement("mta"); outputConsole(player.parent.type) [SKC]Necktrox executed command: player=getPlayerFromName("[SKC]Necktrox"); player.parent = root; outputConsole(player.parent.type) | ||||
Steps To Reproduce | srun me = getPlayerFromName("YourNickname"); element = createElement("test") | ||||
Tags | No tags attached. | ||||
|
Fixed.CStaticFunctionDefinitions.cpp.patch |
|
Fixed in https://code.google.com/p/mtasa-blue/source/detail?r=7084 |