[GameMode] Newport City Roleplay
#21

Nice work dude, REP+
Reply
#22

pretty nice gm,so far... will post needed features, if any later
Reply
#23

Quote:

C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(5984) : error 004: function "IsAnOwnableCar" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(5994) : error 004: function "IsAnOwnableEli" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6004) : error 004: function "IsAnOwnableBoat" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6084) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(608 : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6102) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6106) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6110) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6114) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(611 : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6122) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6126) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6130) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6231) : error 004: function "IsAnOwnableCar" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6233) : error 004: function "SetVehicleModifications" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6244) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(624 : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6252) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6266) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6303) : error 004: function "ProxDetector" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6317) : error 004: function "ProxDetector" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6341) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6577) : error 017: undefined symbol "SendError"
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(6586) : error 017: undefined symbol "Info"
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(7484) : error 017: undefined symbol "SendError"
C:\Users\Administrator\Desktop\[Samp] Newport City Roleplay\gamemodes\newportcityrp.pwn(7493) : error 017: undefined symbol "Info"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

What to Do?
Reply
#24

@Message above,
Update the includes from Pawno/Includes to the latest, 0.3e package.
Update the plugins.

--------------

Does anyone know why it doesn't save my account?
I'm already registred and when I reconnect it says that this account is not registred yet, but when I try to add my password it says that the name is already in use.

Any solutions?
Reply
#25

nice work
Reply
#26

He isn't going to reply here lol he left sa-mp and was making a deal with me and screwed me over and released this, and this script sucks shit so many errors pickup lines are messed up, it's so outdated.
Reply
#27

Quote:
Originally Posted by Mark Shade
View Post
He isn't going to reply here lol he left sa-mp and was making a deal with me and screwed me over and released this, and this script sucks shit so many errors pickup lines are messed up, it's so outdated.
Your previous comments said the opposite the other day. Funny?
Reply
#28

We are expecting more information regarding this topic.
Reply
#29

I start the Server and this is what i get...
http://speedcap.net/img/b5b714826932...0/24d5ae32.png
Reply
#30

Quote:
Originally Posted by jokajoey78
View Post
I start the Server and this is what i get...
http://speedcap.net/img/b5b714826932...0/24d5ae32.png
Rename the Gm into server.cfg same as its called,and then compile it to a latest pawn.
Reply
#31

Command /setvip error.

When i /setvip [playerid] [level] [days]
i type example /setvip 4 1 5
And it set my day 0 and send message my vip expired

Here comand

Quote:

CMDetvip(playerid, params[]) {
new VIPID;
new level;
new time;
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
if(sscanf(params, "udd", VIPID, level, time))
return SendClientMessage(playerid, COLOR_GREY,"/setvip [playerid] [level] [days]");
if(IsPlayerConnected(VIPID))
{
if(level >= 0 && level <= 5)
{
if(time >= -1 && time <= 365)
{
new
playerName[MAX_PLAYER_NAME],
string[79];
GetPlayerName(VIPID, playerName, sizeof(playerName));
if(level == 0)
{
format(string, sizeof(string), "Administrator %s has revoked your VIP status.", PlayerInfo[playerid][pAdmin]);
SendClientMessage(VIPID, COLOR_NICESKY, string);
format(string, sizeof(string), "You have revoked %s's VIP status.", playerName);
SendClientMessage(playerid, COLOR_WHITE, string);
PlayerInfo[VIPID][pPlayerVIPExpires] = 0;
}
else if(time == -1)
{
format(string, sizeof(string), "You have made %s a permanent level %d VIP.", playerName, level);
SendClientMessage(playerid, COLOR_WHITE, string);

format(string, sizeof(string), "Administrator %s has granted you permanent VIP level %d.", PlayerInfo[playerid][pAdmin], level);
SendClientMessage(VIPID, COLOR_NICESKY, string);

PlayerInfo[VIPID][pPlayerVIPExpires] = -1;
}
else
{

format(string, sizeof(string), "You have made %s a level %d VIP, for %d days.", playerName, level, time);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), "Administrator %s has granted you VIP level %d, for %d days.", PlayerInfo[playerid][pAdmin], level, time);
SendClientMessage(VIPID, COLOR_NICESKY, string);
PlayerInfo[VIPID][pPlayerVIPExpires] = gettime() + (time * 24 * 60 * 60);
}
PlayerInfo[VIPID][pVIP] = level;
}
else SendClientMessage(playerid, COLOR_GREY, "Valid times are -1 (permanent) to 365 days (one year).");
}
else SendClientMessage(playerid, COLOR_GREY, "Valid VIP levels are 0 to 5.");
}
else SendClientMessage(playerid, COLOR_GREY, "The specified player is not connected, or has not authenticated.");
}
return 1;
}

Reply
#32

http://speedcap.net/img/b5b714826932...0/a0525ef0.png

I compile it in pawno and i get these...36 warnings
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)