15.01.2013, 16:49
Is it possible to give every item box a different colour? Maybe you can make a script for that to show how?
One more question please, if i need to refresh the selection menu items, can i use LoadModelSelectionMenu in the command to do it? Because im tired for restarting my server
|
yeah, but it is boring when i try to find the best rotation of the object in the list.
|
D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(192) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "mZoom" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Zrot" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Yrot" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Xrot" D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "modelindex" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
pawno\include\mSelection.inc(192) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
pawno\include\mSelection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
pawno\include\mSelection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot"
pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "mZoom"
pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Zrot"
pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Yrot"
pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Xrot"
pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "modelindex"
what did i missed
PHP код:
|
This looks pretty neat ,
but could you perhaps modify the menu so we are able to do the same as CreateMenu? So we can use AddMenuItem? This would be super usefull whenever people want to script inventories. |