Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T121790
Change Details
Change Details
Old
New
Diff
player addEventHandler ["Take", { diag_log format ["test = %1",_this]}]; check your RPT and the output will be something like this: [R Alpha 1-2:1 (happydayz),7f2cd600# 1814634: dummyweapon.p3d,""ExileLife_Clothing_Yakuza_ArmBand""]
player addEventHandler ["Take", { diag_log format ["%1",_this]}]; check your RPT and the output will be something like this: [R Alpha 1-2:1 (happydayz),7f2cd600# 1814634: dummyweapon.p3d,""ExileLife_Clothing_Yakuza_ArmBand""]
player addEventHandler ["Take", { diag_log format ["
test =
%1",_this]}]; check your RPT and the output will be something like this: [R Alpha 1-2:1 (happydayz),7f2cd600# 1814634: dummyweapon.p3d,""ExileLife_Clothing_Yakuza_ArmBand""]
Continue