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 - Rupinder

#1
i love script simple and great easy to use for newbies
#2
Quote from: DizzasTeR on Nov 20, 2020, 07:45 AMOkay, what have you tried so far? Give it a try, and let us know what issues you get so we can help you out :)

tried but can't find good  topic releted to my question
#3
if(cmd == "heal")
   {
      local hp = player.Health;
      if(hp == 100) MessagePlayer("[#FF3636]Error - [#8181FF]Use this command when you have less than 100% hp !", player);
      else {
         player.Health = 100.0;
         EMessage("[#FFFF81]---> " + player.Name + " have been healed !");
      }
   }

i wanna add here 5 sec timer plus player not move for 5 sec
#4
Support / Re: can't connect to any server
Nov 20, 2020, 04:19 AM
Quote from: habi on Nov 19, 2020, 02:20 PMthe vcmp browser is not able to run gta-vc.exe.

Restart your computer or try reinstalling vice city..

yeah habi is right Solved thanks bro for help
#6
Support / Re: can't connect to any server
Nov 19, 2020, 09:20 AM
When  start browser



yeah i know use run as administrator but still can't connect means nothing happen when i click to join




After change url
#7
Support / can't connect to any server
Nov 19, 2020, 08:41 AM


how to fix this??
#8
Snippet Showroom / Re: Basic Quote System.
Nov 19, 2020, 05:13 AM




fix but show one more bug please check
#9
Snippet Showroom / Re: Basic Quote System.
Nov 19, 2020, 04:12 AM
Quote from: Inferno on Nov 19, 2020, 04:11 AM
Quote from: Rupinder on Nov 19, 2020, 04:05 AM

now not show any error but when i tried in server nothing happen ?? trying  cmd /addquote but nothing show

You basically either dont have
local RED = "[#ff0000]";
Or isNum function.
Is there any console error you are getting? Try all 4 cmds and show console.

Make sure u added cmds in OnPlayerCommand

i will paste there but still show error
#10
Snippet Showroom / Re: Basic Quote System.
Nov 19, 2020, 04:05 AM


now not show any error but when i tried in server nothing happen ?? trying  cmd /addquote but nothing show
#11
Snippet Showroom / Re: Basic Quote System.
Nov 18, 2020, 06:17 PM



Now show error on line 45

[spoiler]QuerySQL( dbQuotes, "CREATE TABLE IF NOT EXISTS Quotes ( ID NUMERIC, Quote TEXT, Creator TEXT )" );
[/spoiler]
#12
Snippet Showroom / Re: Basic Quote System.
Nov 18, 2020, 05:56 PM





can you make  video tutorial?? how to add

#14
Snippet Showroom / Re: Basic Quote System.
Nov 18, 2020, 03:47 AM


still not working??
#15
Snippet Showroom / Re: Basic Quote System.
Nov 17, 2020, 05:47 PM




how to fix this error??