FS problem
#1

Hi.

I downloaded a serverfiles and added skin changer filtescript (/setskin id) and it works when im runing server.
I bought a 5 slots server and added this FS to filterscripts by FTP, and on server it doesn't work. (i added filterscript name to .cfg) help ;/ (i have this basic gamemode GrandLarc)
Reply
#2

If this was by a host, The FS may not fit with the Linux host you are using.
Try installing more plugins, the host may not be compatible with some filterscripts.
Reply
#3

i have a few skin changers, after /changeskin i have window and i have to write ID of skin, but when im writing this, pressing sumbit nothing happens
Reply
#4

Can somebody help me? or give link to download skin changer with amx and pwn?
Reply
#5

Quote:
Originally Posted by Korthen
Посмотреть сообщение
Can somebody help me? or give link to download skin changer with amx and pwn?
https://sampforum.blast.hk/showthread.php?tid=123579 ****** it yourself... "samp skin fs".
Reply
#6

I don't know,but here is a command for you to use it on your gamemode maybe. It's Z_CMD,sets target id's skin

Код:
COMMAND:setskin(playerid,params[])
{
	new id;
	new skin;
//	if(PlayerInfo[playerid][pADMINVARNAME] < 4) return SendClientMessage(playerid,ORANGE,"You need to be an admin to use this command!");
       if(skin > 299) return SendClientMessage(playerid,RED,"Invalid Skin Id");
	if(sscanf(params, "ud",id,skin)) return SendClientMessage(playerid, RED, "Usage: /skin <ID> <skin> ");
	if(!IsPlayerConnected(id)) return SendClientMessage(playerid,GREY,"Invalid ID");
    SetPlayerSkin(id,skin);
	return 1;
}
Reply
#7

Quote:
Originally Posted by Neonman
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=123579 ****** it yourself... "samp skin fs".
won't work
Reply
#8

Quote:
Originally Posted by Tamer T
Посмотреть сообщение
I don't know,but here is a command for you to use it on your gamemode maybe. It's Z_CMD,sets target id's skin

Код:
COMMAND:setskin(playerid,params[])
{
	new id;
	new skin;
//	if(PlayerInfo[playerid][pADMINVARNAME] < 4) return SendClientMessage(playerid,ORANGE,"You need to be an admin to use this command!");
       if(skin > 299) return SendClientMessage(playerid,RED,"Invalid Skin Id");
	if(sscanf(params, "ud",id,skin)) return SendClientMessage(playerid, RED, "Usage: /skin <ID> <skin> ");
	if(!IsPlayerConnected(id)) return SendClientMessage(playerid,GREY,"Invalid ID");
    SetPlayerSkin(id,skin);
	return 1;
}

i got this error

C:\Users\vv\Desktop\skinselector.pwn(1) : warning 203: symbol is never used: "setskin"
C:\Users\vv\Desktop\skinselector.pwn(1 -- 12) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#9

Quote:
Originally Posted by Korthen
Посмотреть сообщение
i got this error

C:\Users\vv\Desktop\skinselector.pwn(1) : warning 203: symbol is never used: "setskin"

1 Error.
because he didn't told you how to #define it.

Quote:
Originally Posted by Korthen
Посмотреть сообщение
won't work
Seriously.. Is it hard to enter 3 words in ****** instead of waiting hours for someone to reply with a link of skin filterscript?

http://lmgtfy.com/?q=samp+skin+fs

^ Click.
Reply
#10

Quote:
Originally Posted by Neonman
Посмотреть сообщение
because he didn't told you how to #define it.



Seriously.. Is it hard to enter 3 words in ****** instead of waiting hours for someone to reply with a link of skin filterscript?

http://lmgtfy.com/?q=samp+skin+fs

^ Click.
I searched working selector for about 40 minutes, because always found bad, so maybe calm down first... don't think that im person who didn't try to check solve of my problem before i wrote this topic.


So, can you tell me how i can define it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)