SendRconCommand is weird
#1

I get an error when typing,
PHP код:
SendRconCommand 
PHP код:
C:\Users\anoll\Desktop\samp03z_svr_R1_win32\gamemodes\practice.pwn(277) : error 021symbol already defined"SendRconCommand" 
While it is not in my script... How could that be defined, if it's not in my script.
Reply
#2

What exactly are you trying to do here? SendRconCommand is native function.
Reply
#3

Quote:
Originally Posted by saffierr
Посмотреть сообщение
I get an error when typing,
PHP код:
SendRconCommand 
PHP код:
C:\Users\anoll\Desktop\samp03z_svr_R1_win32\gamemodes\practice.pwn(277) : error 021symbol already defined"SendRconCommand" 
While it is not in my script... How could that be defined, if it's not in my script.
Where are you using it?
Reply
#4

I can't use it anywhere because when I want to use it, it says, smybom is already defined...
So I am unable to use that SendRconCommand...
It's not in my script..., but it says that it's defined.
Reply
#5

Quote:
Originally Posted by saffierr
Посмотреть сообщение
I can't use it anywhere because when I want to use it, it says, smybom is already defined...
So I am unable to use that SendRconCommand...
It's not in my script..., but it says that it's defined.
The question was where are you trying to use it. If you are trying to use it outside of a body it will not work. It is possible to show us a snippet of what your trying to do?
Reply
#6

Could you explain that "body", Because I use it indeed without a body, because I don't know what a body is lol
Reply
#7

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Could you explain that "body", Because I use it indeed without a body, because I don't know what a body is lol
A body, such as a callback or function.
Reply
#8

Ex.
PHP код:
SendRconCommand("gmx"); 
What should I type more on that code?
Reply
#9

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Ex.
PHP код:
SendRconCommand("gmx"); 
What should I type more on that code?
That is correct, but where are you putting it...? Show us where your putting it.
Reply
#10

Why does that matter?
I just put it somewhere it's empty.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)