Posts: 136
Threads: 40
Joined: Sep 2011
Reputation:
0
Hey
I want to make a command using rcon like
When i join [no rcon] there are skin 294 and 298 if i want to choose it, it will not let me [no rcon] i choose i die and automatly go back to main choose skin
when i introduced rcon to spawn with skin 294 and with minigun or something else..
can someone help me please
Posts: 273
Threads: 71
Joined: Sep 2011
Reputation:
0
so you basically want when an admin logs in on RCON you want the skin to change and weapons given ? if so that simples XD
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
I think he means he wants certain skins only to be available to rcon admins. You can just do a check under OnPlayerRequestSpawn. See if they're trying to spawn with one of those skins without rcon and return 0.
Posts: 136
Threads: 40
Joined: Sep 2011
Reputation:
0
i want to get skin 294 and minigun when i introduce RCON
Posts: 136
Threads: 40
Joined: Sep 2011
Reputation:
0
it doesn't work alot of errors
Posts: 136
Threads: 40
Joined: Sep 2011
Reputation:
0
D:\Jocuri\Gta san andreas\Server\filterscripts\Minigun.pwn(154) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 439
Threads: 15
Joined: Jul 2011
Reputation:
0
Oh c'mon, and the line please.
Posts: 136
Threads: 40
Joined: Sep 2011
Reputation:
0
{
SendClientMessage(playerid,-1,"You Must Be Logged In As An RCON Admin To Use This Skin.");
return 0;
}
}