View Single Post
  #26  
Old 11-13-2014, 01:05 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Stowen View Post
This is the command I used:
/scriptscan scripts suspected abuse of

This is the output:
Scanning for 'suspected*abuse*of*Relay' in all:
Could not find any matching script.

I used that command in both Client-RC and RC2. Both of which returned what I was looking for. Maybe the spaces are throwing it off?
idk kev, works fine here too. Why do you have asterisks in the scanning part?

PHP Code:
[21:18Weapon/GUI-script $0 added/updated by fowlplay4
[21:18Scanning for 'suspected abuse of' in weapons:
[
21:18] $0:
[
21:18]  6: }
[
21:18]  7
[
21:18] >8//suspected abuse of
[21:18]  9
[
21:18]  10//#CLIENTSIDE
[21:18]  11: function onCreated() {
[
21:18]  12:   this.description "Sorry about that. Just a moment.

[21:18] Script !alex_pokerfunctions updated by fowlplay4
[21:18] Scanning for 'suspected abuse of' in scripts:
[21:18] $0:
[21:18]  6: }
[21:18]  7: 
[21:18] >8: //suspected abuse of
[21:18]  9: 
[21:18]  10: //#CLIENTSIDE
[21:18]  11: function onCreated() {
[21:18]  12:   this.description = "
Sorry about thatJust a moment.
[
21:18] Class !alex_pokerfunctions:
[
21:18]  0/*
[21:18] >1:   suspected abuse of
[21:18]  2: 
[21:18]  3:   Authors:
[21:18]  4:      -Chompy
[21:18]  5:      -Novo (For helping with the pokereval() function)

[21:19] Scanning for 'suspected abuse of' in all:
[21:19] $0:
[21:19]  6: }
[21:19]  7: 
[21:19] >8: //suspected abuse of
[21:19]  9: 
[21:19]  10: //#CLIENTSIDE
[21:19]  11: function onCreated() {
[21:19]  12:   this.description = "Sorry about that. Just a moment.
[21:19] Class !alex_pokerfunctions:
[21:19]  0: /*
[21:19] >1:   suspected abuse of
[21:19]  2: 
[21:19]  3:   Authors:
[21:19]  4:      -Chompy
[21:19]  5:      -Novo (For helping with the pokereval() function) 
__________________
Quote:
Reply With Quote