Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: ahmedzead on Feb 07, 2017, 11:00 AM

Title: set money cmd ??
Post by: ahmedzead on Feb 07, 2017, 11:00 AM
hi every one can any one give me the code of setmoney command for admin?
and freeze command?
and unfreeze command?
Title: Re: set money cmd ??
Post by: NicusorN5 on Feb 07, 2017, 06:36 PM
player.Cash = 999999
player.IsFrozen = toggle
Title: Re: set money cmd ??
Post by: jWeb on Feb 07, 2017, 06:45 PM
Quote from: NicusorN5 on Feb 07, 2017, 06:36 PM player.IsFrozen = toggle

player.IsFrozen = !player.IsFrozen;
Title: Re: set money cmd ??
Post by: ahmedzead on Feb 08, 2017, 05:43 PM
any one know how to use thats commands???
or thats codes???
Title: Re: set money cmd ??
Post by: jWeb on Feb 08, 2017, 05:45 PM
We don't give commands here. You get the code. If you know to use the code then good for you. Otherwise find another hobby.
Title: Re: set money cmd ??
Post by: ahmedzead on Feb 08, 2017, 05:48 PM
and any one know how to change heal of player????
Title: Re: set money cmd ??
Post by: ahmedzead on Feb 08, 2017, 05:50 PM
i know jWeb i know how to use it but i have a proplem is say to me the end of statement is(; or lf) what i whould do?
Title: Re: set money cmd ??
Post by: KAKAN on Feb 08, 2017, 05:57 PM
It would show the error line too, post that command with the error and the line in which it's occuring.
Errors in Squirrel sucks, sometimes( mostly, tbh ) they're not descriptive. You may use SLC's plugin, but its way too hard for yo.