Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - [VM_U]Spectra.PhantoM^

#31
Quote from: [DS]Anik on Feb 13, 2016, 11:46 AM-__-  it??? "[DS]Anu*k"?? >:(

well its a joke cant u understand?

Whew S.lc. is winninnnnnnngggg
#32
Quote from: Doom_Kill3R on Feb 13, 2016, 01:29 PMDon't mind me, not trying to be cool neither do I want to show myself special but I have a high temper, I've already lost alot of things because of my anger, SLC can be surely mad but don't expect me to be low, I'm just trying to avoid being mad.
well if thats the case ur doin an awesome job cuz not everyone can control their "temper".

Quote from: slc on Feb 13, 2016, 01:29 PMI just voted myself. Do I get a cookie?
Yup u do u get a coconut+chocolatte cookie. Extra crispy

Meet me at town square to get ur reward.
#34
Quote from: [DS]Anik on Feb 13, 2016, 11:50 AMIf you want to burn the player. Create an explosion/
ik that but i want an example on how to use this IsOnFire.
#35
hopes ruined :( i thought it would do that anywayz thankx . can u give an example on how to use this function?
#36
Scripting and Server Management / help in cmd
Feb 13, 2016, 11:41 AM
else if (cmd == "burn")
{
player.IsOnFire = true;
}
it gives error idk why.
#37
look mah frnd mah pc crashed thats why i cant test these codes ok as soon as my computer's fixed ill start testing then posting codes.
#38
its a joke chill.
#39
@KAKAN  za protit0 is winning!!!!!
#40
added.
#41
Off-Topic General / Most hot-headed persons.
Feb 13, 2016, 08:34 AM
who is the most h0t headed vote here.plz.
#42
else if (cmd == "gcar")
{
if (!text) MessagePlayer("Syntax: /gcar <on/off>", player);
local veh = player.Vehicle;
switch( text.tolower() )
{
case "on":
veh.IsGhost = true;
MessagePlayer("yay this car is a ghost now!!!!!", player);
break;
case "off":
veh.IsGhost = false;
MessagePlayer("BOO! this car aint a ghost!!!!!", player);
break;
}
}
UNTESTED.
else if (cmd == "immuneveh")
{
if (!text) MessagePlayer("Syntax: /immuneveh <immunityvalue>", player);
local veh = player.Vehicle;
veh.Immunity = text.tointeger();
MessagePlayer("yay this car is immune!!!", player);
}
Untested.
i was bored so i made these if u have any problems like "IT DOES NOT WORK" well i told ya its untested.
#43
Quote from: [DS]Anik on Feb 12, 2016, 12:16 PMI got an error with the updated one. The Index 'GetTok' Does not exist. Please Help ME!!! I am Newbie....
anik.. the script u have has gettok text now stop doin that.
#44
Updated topic due to requests of changing the minute along with the hour.
#45
Quote from: KAKAN on Feb 12, 2016, 10:47 AMWell, I tried this,
/setweather abc
It gave me error :( I'm a newbie, help me
kakan it only detects 1-infinitenumbers not alphabets 2nd, Ur not a newbie afaik.
and settime works with only two or one number like 12, 1, 25 no 25 and half. though im working on 1 and a half and so on values