Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,817
» Latest member: misspreetiiii
» Forum threads: 3,632
» Forum posts: 13,720

Full Statistics

Online Users
There are currently 466 online users.
» 1 Member(s) | 462 Guest(s)
Bing, Yandex, Google, mom3332026

Latest Threads
喁光壂Denmark {"S饾櫇饾櫄饾櫈饾櫍 "} Disc...
Forum: Art
Last Post: mom3332026
Less than 1 minute ago
» Replies: 0
» Views: 1
喁光壂Finland {"S饾櫇饾櫄饾櫈饾櫍 "} Disc...
Forum: Art
Last Post: mom3332026
2 minutes ago
» Replies: 0
» Views: 1
喁光壂France {"S饾櫇饾櫄饾櫈饾櫍 "} Disco...
Forum: Art
Last Post: mom3332026
3 minutes ago
» Replies: 0
» Views: 1
喁光壂Hungary {"S饾櫇饾櫄饾櫈饾櫍 "} Disc...
Forum: Art
Last Post: mom3332026
5 minutes ago
» Replies: 0
» Views: 1
喁光壂Ireland {"S饾櫇饾櫄饾櫈饾櫍 "} Disc...
Forum: Art
Last Post: mom3332026
6 minutes ago
» Replies: 0
» Views: 1
喁光壂Portugal {"S饾櫇饾櫄饾櫈饾櫍 "} Dis...
Forum: Art
Last Post: mom3332026
7 minutes ago
» Replies: 0
» Views: 1
喁光壂Republic of Korea {"S饾櫇饾櫄...
Forum: Art
Last Post: mom3332026
8 minutes ago
» Replies: 0
» Views: 1
喁光壂Korea {"S饾櫇饾櫄饾櫈饾櫍 "} Discou...
Forum: Art
Last Post: mom3332026
9 minutes ago
» Replies: 0
» Views: 1
喁光壂Switzerland {"S饾櫇饾櫄饾櫈饾櫍 "} ...
Forum: Art
Last Post: mom3332026
13 minutes ago
» Replies: 0
» Views: 1
喁光壂United Arab Emirates {"...
Forum: Art
Last Post: mom3332026
14 minutes ago
» Replies: 0
» Views: 1

 
  小谢芯褌褘
Posted by: MarkDown - 2023-08-03, 04:04 PM - Forum: Russian/袪褍褋褋泻懈泄 - No Replies

袙褋械屑 锌褉懈胁械褌!


  SAMP | Comedy Club Interior
Posted by: mirsat24 - 2023-07-30, 07:41 PM - Forum: Videos and Screenshots - No Replies

Comedy Club
You see the Comedy Club map with its unique decoration. The map provides a different role opportunity for those who do business roles. It is designed for players to have a pleasant time.

You can DM me from Discord : mirsat24

Whats in the Comedy Club

- There is a "Lobby" and "Reception" at the entrance of the Comedy Club.
- When you leave the lobby, a large hall welcomes you. To the right of the hall there is a Bar that people can use.
- For those who work at the bar, it is done through the door in the lobby at the entrance.
- There is a dressing room for extra employees.
- There are tables and chairs in the hall for you to watch the show overlooking the stage.
- The doors on the side are used to enter the stage.
- On the way to the stage there is a small preparation room for the preparation of comedians.

Video of the Map

[Video: https://youtu.be/wtgyg6zhX7c]


  Server List Database of open.mp
Posted by: mirareebahmad10 - 2023-07-27, 12:34 PM - Forum: Questions and Suggestions - No Replies

If there would a filter that would let us to search a server by their languages like English servers etc I think that would be much better, wouldn't it?


  I need help with Assembly (#emit or __emit)
Posted by: Otakeiro - 2023-07-26, 09:29 PM - Forum: Pawn Scripting - Replies (1)

I want to make a simple hook through the #emit

PHP Code:
native CallLocalFunction(const funcname[], const format[], {Float,_}:...);
native printf(const output[], {Float,_}:...);

stock __CallLocalFunction(const funcname[], const format[], {Float,_}:...) {
聽 聽 static retval;
聽 聽 if(funcidx(funcname) == -1) {
聽 聽 聽 聽 retval 0;
聽 聽 聽 聽 printf("Function not defined: %s.\n"funcname);
聽 聽 } else {
聽 聽 聽 聽 if(numargs() == 2) {
聽 聽 聽 聽 聽聽聽 retval CallLocalFunction(funcnameformat);
聽 聽 聽 聽 } else {
聽 聽 聽 聽 聽 聽 // "emit" code to call function with args and return value to "retval"
聽 聽 聽 聽 }
聽 聽 }
聽 聽 return retval;

I've tried using codes like SendClientMessageEx or EasyDialog, but I need it to return the value
If possible comment the code so I can study it


  Error 010: invalid funciton or declaration
Posted by: DDRfx10 - 2023-07-23, 10:43 AM - Forum: General Discussions - Replies (1)

Hello, I've been trying to make a gamemode for SA-MP, and in a command for giving yourself a weapon "/weapon" I get the 010 error. No matter what I do, nothing fixes it.
Log:
D:\SAMPSERVER\gamemodes\COI.pwn(245) : error 055: start of function body without function header
D:\SAMPSERVER\gamemodes\COI.pwn(248) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(249) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(250) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(252) : warning 203: symbol is never used: "ammo"
D:\SAMPSERVER\gamemodes\COI.pwn(252) : warning 203: symbol is never used: "weaponid"
Pawn compiler 3.10.4 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Part of the code which Pawno is referring to:
244: CMD:weapon(playerid, params[]);
245: {
246: new weaponid, ammo;
247:
248: if(sscanf(params, "ii", weaponid, ammo))
249: 聽 聽 return ClientMSG(playerid, COL_SUNYELLOW, "Usage: /weapon [ID] [AMMO]
250: return 1;
251: }


I was making the command, so that's why it looks incomplete.
Can someone help me with this?


  YSI - Core include error
Posted by: deks1337 - 2023-07-19, 03:32 PM - Forum: Support - No Replies

Hello brothers. I'm having this problem in my game mode, can you help?

Code:
Pawn compiler 3.2.3664聽 聽 聽 聽 聽 聽 聽 聽 聽 Copyright (c) 1997-2006, ITB CompuPhase

..\pawno\include\core.inc(12) : error 010: invalid function or declaration
..\pawno\include\YSI\YSI\..\YSI_Core\..\YSI_Core\..\YSI_Internal\y_funcinc.inc(82) : error 017: undefined symbol "heapspace"

2 Errors.


  Venezuela Roleplay - Multicharacter system
Posted by: kaizer - 2023-07-16, 08:12 AM - Forum: Videos and Screenshots - Replies (1)

馃摙 What can you expect this summer?
One of the new features coming this summer is the Multi character system, which means you will be able to have 2 characters on the server, for example, one can be a police officer while the other can be in the mafia.
Additionally, there will be a third slot available for donation.
After implementing this system, we will make an effort to allow you to have multiple vehicles in possession.
For example, on one character, you can have 2 vehicles, and the third slot will likely be available through donation.

[Image: sa-mp-291.png?width=1207&height=754]

Soon the Venezuela roleplay mod should be launched and translated into English and Spanish after which you can expect the server to be available to everyone worldwide.


  Can i play on OPEN MP using GTA SA definitive edtion
Posted by: usman_mad - 2023-07-14, 12:16 AM - Forum: General Discussions - Replies (2)

Is the definitive edition supported as an聽open MP client?


  Some Error's
Posted by: NAYANthegamer - 2023-07-09, 04:23 AM - Forum: Pawn Scripting - Replies (6)

Im using聽EVO ELITE-VEHICLE-OWNERSHIP

its give error

[Image: p0PB7FO.png]

Code:
C:\Users\**\Desktop\Beta\filterscripts\EVO.pwn(814) : error 075: input line too long (after substitutions)
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(815) : error 017: undefined symbol "VehicleIn"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 217: loose indentation
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 017: undefined symbol "fo"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 215: expression has no effect
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 001: expected token: ";", but found "]"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.


Star Nayan's Event System
Posted by: NAYANthegamer - 2023-07-08, 05:01 PM - Forum: Filterscripts - Replies (2)

Introduction:
How are you, friends? I have made a samp event system. It has 3 interisting events.聽

Event's details

- Sniper Island ( Weapon : Sniper聽)聽( Spawn : A island made by me +____+聽)
- Car Go Wars (聽Weapon : Bat, Silinced Pistol, ShortGun, RC Bomb聽)聽( Spawn : A Gargo Ship聽)
- M4 Devil ( Weapon : m4 ) ( Spawn : Grave Yard LS )

Download ::聽Git Hub
Download ::聽Direct
Download ::聽Paste Bin

Plugins Download
1.聽iZcmd.inc :聽https://github.com/YashasSamaga/I-ZCMD
2.聽Streamer :聽https://github.com/samp-incognito/samp-s...n/releases

Credits:
1.聽Yashas for improved zcmd
2.聽Incognito for streamer plugin/include
4.聽samp team聽for a_samp
3.聽me for script :)

Bugs:
I don't find any bug if you find it then pm in discord my account ( nayanthegamer聽)

Rules:
1. You can't reuplod this file without my hand writting permission.
2. You can't sell this script.
3. You can't claim this script is your.

If you like it so, please drop a ++rep.

Code:
// NAYANthegamer Event System
// My Discord : nayanthegamer
// MY Discord Server : https://discord.gg/ASxc2xznzr

#include <a_samp>
#include <streamer>
#include <izcmd.inc>

new bool: Sniper[MAX_PLAYERS];
new bool: M4Devil[MAX_PLAYERS];
new bool: CarGO[MAX_PLAYERS];
new bool: InEvent[MAX_PLAYERS];

public OnFilterScriptInit()
{
print("------------------------");
print(" Nayan's Event's loaded ");
print("------------------------");

聽 聽 CreatePickup(335 ,3 ,-3461.0330,1664.3850,66.0415 ,0);
聽 聽 CreatePickup(358 ,3 ,-3438.0564,1785.6772,66.0611 ,0);
聽 聽 CreatePickup(336 ,3 ,-3392.3962,1784.3801,66.2538 ,0);
聽 聽 CreatePickup(337 ,3 ,-3322.5183,1795.5392,66.0571 ,0);
聽 聽 CreatePickup(373 ,3 ,-3314.3315,1763.0685,63.7973 ,0);
聽 聽 CreatePickup(373 ,3 ,-3430.4739,1741.4113,66.0415 ,0);
聽 聽 CreatePickup(1240,3 ,-3388.9763,1698.1442,66.0415 ,0);
聽 聽 CreatePickup(348 ,3 ,-3428.8203,1833.9652,46.0349 ,0);
聽 聽 CreatePickup(321 ,3 ,-3434.0183,1687.8445,71.7817 ,0);
return 1;
}

public OnFilterScriptExit()
{
return 1;
}

public OnPlayerConnect(playerid)
{
return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
return 1;
}

public OnPlayerSpawn(playerid)
{
if(Sniper[playerid] == true)
{
ResetPlayerWeapons(playerid);
聽 聽 Eventpackage(playerid);
聽 聽 new Spawn = random(5);
聽 聽 SetPlayerVirtualWorld(playerid, 23);
聽 聽 SetPlayerInterior(playerid, 0);
聽 聽 switch(Spawn)
聽 聽 {
聽 聽 聽 case 0:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3305.5742,1710.9148,66.0415);
聽 聽 SetPlayerFacingAngle(playerid,99.8405);
聽 聽 聽 }
聽 聽 聽 case 1:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3381.3835,1659.4771,66.0415);
聽 聽 SetPlayerFacingAngle(playerid,335.6967);
聽 聽 聽 }
聽 聽 聽 case 2:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3446.7915,1680.2152,66.0805);
聽 聽 SetPlayerFacingAngle(playerid,348.8568);
聽 聽 聽 }
聽 聽 聽 case 3:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3435.3967,1782.2611,66.0415);
聽 聽 SetPlayerFacingAngle(playerid,186.1098);
聽 聽 聽 }
聽 聽 聽 聽 聽 case 4:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3391.7485,1782.7319,66.2633);
聽 聽 SetPlayerFacingAngle(playerid,347.1021);
聽 聽 聽 }
聽 聽 聽 case 5:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -3316.2441,1793.5986,66.0571);
聽 聽 SetPlayerFacingAngle(playerid,171.1949);
聽 聽 聽 }
聽 聽 }
聽 聽 }

if(M4Devil[playerid] == true)
{
ResetPlayerWeapons(playerid);
聽 聽 M4package(playerid);
聽 聽 new Spawn = random(4);
聽 聽 SetPlayerVirtualWorld(playerid, 23);
SetPlayerInterior(playerid, 0);
聽 聽 switch(Spawn)
聽 聽 {
聽 聽 聽 case 0:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, 942.4122,-1125.9700,23.9203);
聽 聽 SetPlayerFacingAngle(playerid,100.5680);
聽 聽 聽 }
聽 聽 聽 case 1:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, 857.3309,-1076.1945,24.2969);
聽 聽 SetPlayerFacingAngle(playerid,150.1377);
聽 聽 聽 }
聽 聽 聽 case 2:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, 947.6115,-1064.5311,24.8468);
聽 聽 SetPlayerFacingAngle(playerid,39.1540);
聽 聽 聽 }
聽 聽 聽 case 3:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, 844.1850,-1121.9656,23.9957);
聽 聽 SetPlayerFacingAngle(playerid,298.8471);
聽 聽 聽 }
聽 聽 聽 聽 聽 case 4:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, 814.9786,-1104.4783,25.7893);
聽 聽 SetPlayerFacingAngle(playerid,266.8242);
聽 聽 聽 }
聽 聽 }
聽 聽 }
if(CarGO[playerid] == true)
{
ResetPlayerWeapons(playerid);
聽 聽 Cgwpackage(playerid);
聽 聽 new Spawn = random(7);
聽 聽 SetPlayerVirtualWorld(playerid, 23);
SetPlayerInterior(playerid, 0);
聽 聽 switch(Spawn)
聽 聽 {
聽 聽 聽 case 0:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2338.9175,1559.7839,17.3281);
聽 聽 SetPlayerFacingAngle(playerid,89.0225);
聽 聽 聽 }
聽 聽 聽 case 1:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2388.0242,1553.9193,26.0469);
聽 聽 SetPlayerFacingAngle(playerid,2.9824);
聽 聽 聽 }
聽 聽 聽 case 2:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2417.9946,1554.1469,26.0469);
聽 聽 SetPlayerFacingAngle(playerid,64.8350);
聽 聽 聽 }
聽 聽 聽 case 3:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2474.6680,1545.1694,23.6547);
聽 聽 SetPlayerFacingAngle(playerid,0.7890);
聽 聽 聽 }
聽 聽 聽 聽 聽 case 4:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2470.8979,1538.4127,33.2344);
聽 聽 SetPlayerFacingAngle(playerid,282.7056);
聽 聽 聽 }
聽 聽 聽 case 5:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2370.8237,1534.9347,10.8209);
聽 聽 SetPlayerFacingAngle(playerid,53.3525);
聽 聽 聽 }
聽 聽 聽 case 6:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2427.1716,1536.6287,2.1172);
聽 聽 SetPlayerFacingAngle(playerid,26.0062);
聽 聽 聽 }
聽 聽 聽 聽 聽 case 7:
聽 聽 聽 {
聽 聽 聽 聽 SetPlayerPos(playerid, -2389.6401,1551.5474,2.1172);
聽 聽 SetPlayerFacingAngle(playerid,6.7050);
聽 聽 聽 }
聽 聽 }
聽 聽 }
return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
if(InEvent[playerid] == true)
{
聽 聽 new string[128];
聽 聽 new Killername[22];
聽 聽 GetPlayerName(killerid, Killername, sizeof(Killername));
聽 聽 format(string, sizeof(string), "~g~You were killed by ~n~~w~ %s", Killername);
聽 聽 GameTextForPlayer(playerid, string, 2500, 3);
聽 聽 GivePlayerMoney(playerid, 250);
聽 聽 return 1;
}
return 1;
}

public OnVehicleSpawn(vehicleid)
{
return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
return 1;
}
//------------------------------------------------------------------------------
//commands
CMD:sniper(playerid, params[])
{
if(InEvent[playerid] == true) return SendClientMessage(playerid, 0xff0080FF, "** You already joined a Minigame");
{
SpawnPlayer(playerid);
ResetPlayerWeapons(playerid);
Sniper[playerid] = true;
InEvent[playerid] = true;
Eventpackage(playerid);
聽 聽 new string[128];
聽 聽 new name[22];
聽 聽 GetPlayerName(playerid, name, sizeof(name));
聽 聽 format(string, sizeof(string), "** %s has joined the event Sniper Island to join (/sniper)", name);
SendClientMessageToAll(0xff0000FF, string);
}
return 1;
}

CMD:m4(playerid, params[])
{
if(InEvent[playerid] == true) return SendClientMessage(playerid, 0xff0080FF, "** You already joined a Minigame");
{
SpawnPlayer(playerid);
ResetPlayerWeapons(playerid);
M4Devil[playerid] = true;
InEvent[playerid] = true;
M4package(playerid);
聽 聽 new string[128];
聽 聽 new name[22];
聽 聽 GetPlayerName(playerid, name, sizeof(name));
聽 聽 format(string, sizeof(string), "** %s has joined the event M4 Devil to join (/m4)", name);
SendClientMessageToAll(0xff0000FF, string);
}
return 1;
}

CMD:cgw(playerid, params[])
{
if(InEvent[playerid] == true) return SendClientMessage(playerid, 0xff0080FF, "** You already joined a Minigame");
{
SpawnPlayer(playerid);
ResetPlayerWeapons(playerid);
CarGO[playerid] = true;
InEvent[playerid] = true;
Cgwpackage(playerid);
聽 聽 new string[128];
聽 聽 new name[22];
聽 聽 GetPlayerName(playerid, name, sizeof(name));
聽 聽 format(string, sizeof(string), "** %s has joined the event Car Go Wars to join (/cgw)", name);
SendClientMessageToAll(0xff0000FF, string);
}
return 1;
}

CMD:exit(playerid, params[])
{
if(InEvent[playerid] == true)
{
Sniper[playerid] = false;
M4Devil[playerid] = false;
CarGO[playerid] = false;
InEvent[playerid] = false;
聽 聽 SetPlayerInterior(playerid, 0);
聽 聽 SetPlayerVirtualWorld(playerid, 0);
聽 聽 SendClientMessage(playerid, 0xf0ff00FF, "Your exit from minitgame");
SpawnPlayer(playerid);
聽 聽 }
else return SendClientMessage(playerid, 0xf0ff00FF, "** Your not on any minigame");
聽 聽 return 1;
}
//------------------------------------------------------------------------------

public OnPlayerText(playerid, text[])
{
return 1;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(InEvent[playerid] == true) return 1;
{
聽 聽 new Float:x,Float:y,Float:z;
聽 聽 聽 聽 GetPlayerPos(playerid, x, y, z);
聽 聽 聽 SetPlayerPos(playerid, x, y, z);
聽 聽 SendClientMessage(playerid, 0xF6F600AA , "Currently your on a minigame you can't enter on vehicle");
聽 聽 ShowPlayerDialog(playerid, 93334, DIALOG_STYLE_MSGBOX, "Minigame", "{ffffff}Your kicked from Minigame \n\
{ffffff}Kicked By: {ff0000} Server \n\
聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 {ffffff}Reason: {ff0000}Enter on vehicle", "Close", "");
KickPlayerFromEvent(playerid);
SpawnPlayer(playerid);
}
return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
return 1;
}

public OnRconCommand(cmd[])
{
return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
return 1;
}

public OnRconLoginAttempt(ip[], password[], success)
{
return 1;
}

public OnPlayerUpdate(playerid)
{
return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 1;
}

public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
new string[128];
new rname[MAX_PLAYER_NAME];
new Float:x,Float:y,Float:z;

GetPlayerName(clickedplayerid, rname, sizeof(rname));
聽 聽 GetPlayerPos(playerid, x, y, z);
聽 聽 GetPlayerInterior(playerid);

if(InEvent[clickedplayerid] == true) return 1;
{
聽 聽 聽 聽 PlayerSpectatePlayer(playerid, clickedplayerid, SPECTATE_MODE_NORMAL);
聽 聽 聽 聽 format(string, sizeof(string), "** Your Spectate %s (Id:%d) if you want to get back so click on your self" , rname, clickedplayerid);
聽 聽 SendClientMessage(playerid, 0xF6F600AA , string);
}
if(clickedplayerid == playerid)
{
TogglePlayerSpectating(playerid,0);
聽 SetPlayerPos(playerid, x, y, z);
聽 聽 }
return 1;
}

Eventpackage(playerid)
{
GivePlayerWeapon(playerid, 34, 999999999);
SetPlayerArmour(playerid, 100);
SetPlayerHealth(playerid, 100);
}

KickPlayerFromEvent(playerid)
{
Sniper[playerid] = false;
M4Devil[playerid] = false;
CarGO[playerid] = false;
InEvent[playerid] = false;
}

M4package(playerid)
{
GivePlayerWeapon(playerid, 31, 999999999);
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
SetPlayerTime(playerid, 2, 42);
}

Cgwpackage(playerid)
{
GivePlayerWeapon(playerid, 5, 1);
GivePlayerWeapon(playerid, 23, 9999);
GivePlayerWeapon(playerid, 25, 9999);
GivePlayerWeapon(playerid, 39, 2);
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
}

//This System made my NAYANthegamer ( aka Martin )