Text only
|
Text with Images
Vice City: Multiplayer
VC:MP Discussion => General Discussion => Topic started by: mult_kill on Jul 11, 2015, 04:46 AM
Title:
help as I delete a Sphere
Post by:
mult_kill
on
Jul 11, 2015, 04:46 AM
:) hello I would like to know how I delete a CreateSphere
Title:
Re: help as I delete a Sphere
Post by:
MacTavish
on
Jul 11, 2015, 05:36 AM
Code
Select
Expand
else if(cmd=="dsp")
{
local sid = GetTok(text," ",1),
FindSphere(sid).Delete();
}
usage: /dsp <your sphere id in integer>
Text only
|
Text with Images