Raised This Month: $51 Target: $400
 12% 

help public client_putinserver(iPlayer)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AGONN
Member
Join Date: Jan 2018
Old 01-24-2018 , 16:46   help public client_putinserver(iPlayer)
Reply With Quote #1

hey , i have to lines i want to put them together

Code:
public client_putinserver(iPlayer)
&

Code:
public client_putinserver(id)
in one line i tryed :

Code:
public client_putinserver(id, iPlayer)
and

Code:
public client_putinserver(id , iPlayer)
and it's not working , the compiler sed

Code:
function heading differs from prototype
AGONN is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 01-24-2018 , 17:33   Re: help public client_putinserver(iPlayer)
Reply With Quote #2

The forward allows only one param.
__________________
Relaxing is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-24-2018 , 19:09   Re: help public client_putinserver(iPlayer)
Reply With Quote #3

Change id to iPlayer or vice versa and combine the functions. You can't have two of them and you can't have two parameters in them.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-26-2018 , 07:36   Re: help public client_putinserver(iPlayer)
Reply With Quote #4

Iplayer=id
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
AGONN
Member
Join Date: Jan 2018
Old 01-27-2018 , 06:39   Re: help public client_putinserver(iPlayer)
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post
Change id to iPlayer or vice versa and combine the functions. You can't have two of them and you can't have two parameters in them.
Done it's working thank's OciXCrom .
AGONN is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode