Help me please!
#1

how to make
Admin skin
Help me please
i seacrth it i can't find
my mozilla problem..
help me please!
Reply
#2

First time i search i found this: http://forum.sa-mp.com/index.php?topic=165942.0

And you can find anothers.
Reply
#3

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.
Reply
#4

all that not working
i will buy new pc
this pc is sucks.
can you give me That Cmd?
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)