Latest topics
» Omg this server with the website is still alive :oby Razor Tue Nov 19, 2024 10:17 pm
» [Solved] Help & Support
by VK.Angel.OfDeath Thu Oct 24, 2024 7:02 pm
» [Solved] reset password
by VK.Angel.OfDeath Thu Oct 24, 2024 6:58 pm
» [Accepted] Report - Abanoub^
by VK.Angel.OfDeath Thu Oct 24, 2024 6:42 pm
» [Accepted] Unban appeal - hasan
by D4rKR420R Fri Oct 18, 2024 10:06 pm
» [Solved] Report - BelondiOscar
by SJIsNotHere Fri Oct 11, 2024 1:21 pm
» [Solved] Geogeo - Stats Transfer
by SJIsNotHere Tue Oct 01, 2024 5:50 pm
» [Solved] Kindly Re-solve it
by SJIsNotHere Wed Sep 25, 2024 9:55 am
» [Solved] Geogeo - Stats Transfer
by SJIsNotHere Wed Sep 25, 2024 8:10 am
» Matija_Todorovic returns after 3 years of absence
by UmaR Sun Sep 01, 2024 5:55 am
» [Solved] Signature^-Stats transfer
by UmaR Wed Aug 21, 2024 2:38 pm
» [Denied] Admin Application - MK14
by UmaR Fri Aug 16, 2024 8:44 pm
» [Solved] Reset my password pls
by VK.Angel.OfDeath Wed Aug 14, 2024 6:44 am
» Old member back from the dead
by Neptune Mon Aug 12, 2024 9:39 pm
» Vice War X Gameplay | BadDiamondArtz VCMP
by UmaR Thu Jul 18, 2024 10:00 am
» [Solved] RESET PASSWORD
by UmaR Fri Jul 12, 2024 3:29 pm
» [Solved]Transfer Application - Hazard
by SJIsNotHere Wed Jul 03, 2024 10:56 am
» DARKRAZOR RESPONDE MI MENSAJE!!!
by Veterano789 Wed Jul 03, 2024 1:59 am
» Vice War X: The Starfish Showdown
by =FF=B00M_B00M^ Thu Jun 27, 2024 6:17 pm
» Fatal Force - F2
by Mr.Moon Wed Jun 26, 2024 7:18 am
» Stat Transfer Application - SuFyastiC
by D4rKR420R Tue Jun 04, 2024 10:07 pm
» [Accepted] Unban Appeal
by VK.Angel.OfDeath Sun Mar 31, 2024 8:29 am
» [Solved] Password Reset
by VK.Angel.OfDeath Sat Mar 23, 2024 9:32 pm
» Ramadan Mubarak in Advance
by Shafin Sat Mar 23, 2024 1:52 pm
» Illegal Immigration | Old Memories | 2017
by ilemius Fri Feb 09, 2024 5:25 pm
» VKs and VCMP Previews
by SJIsNotHere Sat Jan 20, 2024 1:51 pm
» The Resurgence 4th Year of Anniversary!
by Ninja Tue Jan 16, 2024 10:30 am
» [Solved]Stats Transfer application - Shado[W]^
by SJIsNotHere Mon Nov 27, 2023 5:06 pm
» Hi to all my good friends
by VK.Angel.OfDeath Sat Nov 18, 2023 9:04 am
» [Closed] Admin Application - F2.Ninja
by VK.Angel.OfDeath Sat Nov 18, 2023 8:49 am
Top posters
ЧК. (8555) | ||||
VK.Angel.OfDeath (6465) | ||||
=SdS=KrlozZ... (6433) | ||||
D4rKR420R (5473) | ||||
=KF=Thunder^ (5405) | ||||
Pavonis (5197) | ||||
SJIsNotHere (4432) | ||||
Emma (4261) | ||||
Vipe[R] (3756) | ||||
47. (3705) |
Statistics
We have 1978 registered usersThe newest registered user is kodaklyve
Our users have posted a total of 217905 messages in 16831 subjects
Most Viewed Topics
[Solved]Can anyone give me slap cmd
+4
S.
ZainKhawaja
helathien
EnForcer.
8 posters
Page 1 of 1
[Solved]Can anyone give me slap cmd
Can you give me slap cmd
Last edited by Silent^ on Tue Feb 26, 2019 2:55 pm; edited 2 times in total
EnForcer.- Epic Member
- Gender :
Posts : 586
Points : 965
Reputation : -2
Join date : 2018-10-31
Age : 21
Location : PK
Re: [Solved]Can anyone give me slap cmd
Just add:
{
if ( stats[player.ID].Level < 9) MessagePlayer("You need level 9.", player)
else
{
//add this
{
if ( stats[player.ID].Level < 9) MessagePlayer("You need level 9.", player)
else
{
//add this
Re: [Solved]Can anyone give me slap cmd
Thanks but you can edit in Scripts. please set this.Helathien wrote:Just add:
{
if ( stats[player.ID].Level < 9) MessagePlayer("You need level 9.", player)
else
{
//add this
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
Re: [Solved]Can anyone give me slap cmd
Thanks hela but Umar,kurumi,and Chuck Norris.Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
Just tell us when your server will be ready.
S.- Legendary Member
- Gender :
Posts : 1184
Points : 2065
Reputation : 5
Join date : 2018-12-11
Age : 18
Location : Somewhere in clouds
Re: [Solved]Can anyone give me slap cmd
jacksparrow wrote:Thanks hela but Umar,kurumi,and Chuck Norris.Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
What about us?
_______________________________________
If you need any help in situations in the server, contact me on my Facebook "DarkRaZoR VCMP" & I'll do my best to support you at all cost. I highly recommend it.
D4rKR420R- Management
-
Gender :
Posts : 5473
Points : 6428
Reputation : 76
Join date : 2016-06-25
Age : 25
Location : Dallas, Texas, USA
Re: [Solved]Can anyone give me slap cmd
I miss you I thank you if I need help then can I ask you about scripting in Forum/Fb ?DarkRaZoR^ wrote:jacksparrow wrote:Thanks hela but Umar,kurumi,and Chuck Norris.Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
What about us?
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
jacksparrow wrote:I miss you I thank you if I need help then can I ask you about scripting in Forum/Fb ?DarkRaZoR^ wrote:jacksparrow wrote:Thanks hela but Umar,kurumi,and Chuck Norris.Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
What about us?
Sure.
_______________________________________
If you need any help in situations in the server, contact me on my Facebook "DarkRaZoR VCMP" & I'll do my best to support you at all cost. I highly recommend it.
D4rKR420R- Management
-
Gender :
Posts : 5473
Points : 6428
Reputation : 76
Join date : 2016-06-25
Age : 25
Location : Dallas, Texas, USA
Re: [Solved]Can anyone give me slap cmd
Where you online maximum time?
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
What do you think about giving me script complete from hela
LOGiC ™- Legendary Member
- Gender :
Posts : 1986
Points : 3447
Reputation : 9
Join date : 2017-09-03
Age : 23
Location : тυηιѕια
Re: [Solved]Can anyone give me slap cmd
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>", player);
else
{
local plr = FindPlayer(text);
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 5;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text);
}
}
}
Fixed hela's code
{
if (!text) MessagePlayer ("/slap <player> <reason>", player);
else
{
local plr = FindPlayer(text);
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 5;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text);
}
}
}
Fixed hela's code
UmaR- Experienced Admin
-
Gender :
Posts : 3301
Points : 4260
Reputation : 50
Join date : 2016-10-11
Age : 22
Re: [Solved]Can anyone give me slap cmd
Not working.. anyone can fix this?Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
Umar wrote:else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>", player);
else
{
local plr = FindPlayer(text);
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 5;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text);
}
}
}
Fixed hela's code
Use umars.jacksparrow wrote:Not working.. anyone can fix this?Helathien wrote:I can't edit the whole script because it's hard to do it on mobile.
Btw use this
else if ( cmd == "slap")
{
if (!text) MessagePlayer ("/slap <player> <reason>")
else
{
local plr = FindPlayer(text)
If (!plr) MessagePlayer("use your brain nerd, cant find player", player)
else
{
plr.Pos.z += 30;
Message( "[#ffffff]" +player.Name+ " slapped player " +plr.Name + " Reason: " + text, player)
}
}
}
//this might not work as i have not tested it yet and also the auto punctuation fix might also fik this up. I also doubt you have the Gettok function that's why I kept it as simple as fk.
// saying again it might not work, I cant even see the whole command in mobile
Re: [Solved]Can anyone give me slap cmd
OK now I think topic solved
Requesting admins to lock because some spammer are present here to spam
Requesting admins to lock because some spammer are present here to spam
EnForcer.- Epic Member
- Gender :
Posts : 586
Points : 965
Reputation : -2
Join date : 2018-10-31
Age : 21
Location : PK
Re: [Solved]Can anyone give me slap cmd
bumpSilent^ wrote:OK now I think topic solved
Requesting admins to lock because some spammer are present here to spam
the problem is solved
Guest- Guest
Re: [Solved]Can anyone give me slap cmd
Please admin lock this topic.
Problem is solved.
Solved.
Problem is solved.
Solved.
ZainKhawaja- Epic Member
- Gender :
Posts : 603
Points : 1011
Reputation : -11
Join date : 2018-11-08
Age : 22
Re: [Solved]Can anyone give me slap cmd
jacksparrow wrote:Please admin lock this topic.
Problem is solved.
Solved.
EnForcer.- Epic Member
- Gender :
Posts : 586
Points : 965
Reputation : -2
Join date : 2018-10-31
Age : 21
Location : PK
Re: [Solved]Can anyone give me slap cmd
jacksparrow wrote:Please admin lock this topic.
Problem is solved.
Solved.
Guest- Guest
Re: [Solved]Can anyone give me slap cmd
Locked and marked as Solved.
_______________________________________
VCMP Fights 2021 (click here)
SJIsNotHere- Server Admin
- INFORMANT
Gender :
Posts : 4432
Points : 6033
Reputation : 115
Join date : 2015-11-13
Location : Earth
Similar topics
» [Solved] Gta Vice City Error - Anyone pls give me a fix
» [Solved] Give me my money back
» [Solved] GIVE MY MONEY BACK
» [Solved] PLZ GIVE ME MY MONEY BACK
» [Solved]Can Anyone Give Me Vks Discord Invite link ?
» [Solved] Give me my money back
» [Solved] GIVE MY MONEY BACK
» [Solved] PLZ GIVE ME MY MONEY BACK
» [Solved]Can Anyone Give Me Vks Discord Invite link ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum