Help me please! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me please! (
/showthread.php?tid=150910)
Help me please! -
David-Sean - 28.05.2010
how to make
Admin skin
Help me please
i seacrth it i can't find
my mozilla problem..
help me please!
Re: Help me please! -
russo666 - 28.05.2010
First time i search i found this:
http://forum.sa-mp.com/index.php?topic=165942.0
And you can find anothers.
Re: Help me please! -
Jeffry - 28.05.2010
I suggest you to download an admin script.
http://forum.sa-mp.com/index.php?topic=36990.0
Here you can make /useskin, when you registered yourself.
Re: Help me please! -
David-Sean - 28.05.2010
all that not working
i will buy new pc
this pc is sucks.
can you give me That Cmd?
Re: Help me please! -
David-Sean - 28.05.2010
Why i make this
Код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == 0 && !IsPlayerAdmin(playerid))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0)
public OnPlayerRequestSpawn(playerid)
{
if(pClass[playerid] == 2 && !IsPlayerAdmin(playerid))
{
SendClientMessage(playerid,COLOR_RED,"This skin is for RCON admins only!");
return 0;
}
return 1;
}
new pClass[MAX_PLAYERS];
public OnPlayerRequestClass(playerid, classid) //Ten Public To Wybiera?ka Skina
{
pClass[playerid] = classid; //Save the players classid to the array to use later.
return 1;
};
ERROR
Код:
C:\Documents and Settings\zairol\Desktop\MC Drift\gamemodes\lvdm.pwn(95) : error 017: undefined symbol "pClass"
C:\Documents and Settings\zairol\Desktop\MC Drift\gamemodes\lvdm.pwn(95) : warning 215: expression has no effect
C:\Documents and Settings\zairol\Desktop\MC Drift\gamemodes\lvdm.pwn(95) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\zairol\Desktop\MC Drift\gamemodes\lvdm.pwn(95) : error 029: invalid expression, assumed zero
C:\Documents and Settings\zairol\Desktop\MC Drift\gamemodes\lvdm.pwn(95) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.