Search Results
Great job mate, I love this +REP
387
sorry for bumping an old topic, but i need it.
Quote:
If you are in clan 1 itll showing Clan: F1 and if you are in clan 2 itll showing Clan: F2, etc. And If you are in 2 clans or more itll...
27
Quote:
Originally Posted by Sh4d0w2
Try use this code :
PHP код:
SendClientMessageToAll(0xFFFFFFFF, String);
instead of this :
PHP код:
SendClientMessageToAll(GetPlay...
24
Quote:
Originally Posted by SalmaN97
try it with irc message aswell?
Oops sorry, I've removed the irc system on this script.
Код:
if(PlayerInfo[playerid][Level] >= 0)
{
new...
24
Код:
if(PlayerInfo[playerid][Level] >= 0)
{
new String[256], ircMsg[256];
format(ircMsg, sizeof(ircMsg), "02[%d] 07%s: %s", playerid, pName(playerid), text);
format(String, 256, "%...
24
When i open samp-server.exe and .amx file, it will says
samp-server.exe - Application Error
The application was unable to start correctly (0xc0000142). Click OK to close the application.
How to fix ...
16
i got differences of player data bug and not
/scriptfiles/ladmin/users/XYZero.sav < bug
Code:
password_hash = 133300756
ip = 114.79.54.40
password = 123456
registered = 1
RegisteredDate = 12/9/201...
26
hello, i have a problem in my script or scriptfiles '-' that my server doesn't save the data of players, so every new player who registers will spawn near farm, and when re login, the dialog login say...
26
@scripter18: it all already exist in my gamemode, i just wanted to make different of connect messages for player and admin
@ralfie: to make player easy to catch ip of hacker when no admin online then ...
52
@michaelb: i did but, still not showing in the server logs and screen
@jlalt: i got an errors
52
Code:
if(ServerInfo[ConnectMessages] == 1)
{
new mess[128], IP[128], ircMsg[128];
GetPlayerIp(playerid,IP,sizeof(IP));
if(PlayerInfo[playerid][Level] == 0)
{
...
52
Код:
CMD:pgoto(playerid,params[])
{
new teleid;
new string[128];
new dsname[MAX_PLAYER_NAME];
new dsname1[MAX_PLAYER_NAME];
if(sscanf(params,"u",teleid)) return SendClientMessage(pl...
81
Oh problems fixed.
17
server.cfg
Код:
echo Executing Server Config...
lanmode 1
rcon_password blablablabla
maxplayers 50
port 7777
hostname Test Server
gamemode0 grandlarc 1
filterscripts AdminHouse Clock
plugins strea...
17
[08:30:14] >--------------------------------------------------------------------------
[08:30:14] 0 Businesses Successfully loaded and created
[08:30:14] 0 Vehicles Successfully loaded and created
...
17
Can someone teach me step by step how to make login with dialog? -I using SATDM_v9 by MoNeYPiMp
26
Quote:
Originally Posted by Bester
you need to make cmdtext or
dcmd_vbuy whichever you used in your script i will go witg dcmd
and then put the same shop code as Fantje put above
this wil...
29