Search Results
pawn Код: public OnPlayerRequestClass(playerid, classid){    PlayerPlaySound(playerid, 1097, 0.0, 0.0, 0.0);    return 1;}public OnPlayerSpawn(playerid){    PlayerPlaySound(playerid, 1098, 0...
316
pawn Код: new scasepickup;scasepickup = CreatePickup(1210.....);OnPlayerPickupPickup(playerid, pickupid){    if(pickupid == scasepickup)    {        ShowPlayerDialog(playerid, MAIN, DIALOG...
262
Quote: Originally Posted by Beljulji dont worry i understand all but i need to add new cords and everything for other dms? i have 8 of them You don't unless you want them to spawn at a ...
170
pawn Код: new DoorOpened;forward CloseDoor();    if(strcmp(string, "/opendoor", true) == 0)    {    if(DoorOpened == 1)        {             SendClientMessage(playerid, COLOR_RED,...
168
put a new line in your server.cfg Код: maxnpc 10 otherwise your server is kicking the player when it connects. Have you made the script NPC compatible yet?
269
Quote: Originally Posted by Kevin FOx I've downloaded The mediafire link but its not working, and SendSpace is Blocked in my country.. I've never used this thing, and I don't know much ...
309
pawn Код: COMMAND:buy(playerid, params[]){    foreach(Houses, i)    {        if(IsPlayerInRangeOfPoint(playerid, 1.0, HouseInfo[i][XPos], HouseInfo[i][YPos], HouseInfo[i][ZPos]))      Â...
215
pawn Код: CMD:vehspawn(playerid, params[]){    new string[128], modelid, color1, color2;    new Float: x, Float: y, Float: z;    if(PlayerInfo[playerid][pAdmin] >= 2)    {        if...
142
https://sampforum.blast.hk/showthread.php?tid=291018
309
Quote: Originally Posted by DaizeN What is GTAT? And can you define it abit? Grand Theft Auto Tournament. A DM Match Server.
307
If you want a wider Dialog Box, stop using \n in the dialog text. That should make it wider.
190
According to this code you've pasted, the player first freezes then gets teleported.
171
Quote: Originally Posted by Imperor I want it to show up 24/7 without enterting any cmd. You just need to create a textdraw instead of using GameTextForPlayer. https://sampwiki.blast.hk...
264
pawn Код: CMD:admintag(playerid,params[]){        if (PlayerInfo[playerid][pAdmin] == 99999)        {            new string[128];                        if(IsPlayerConnec...
142
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(strcmp(string, "/time", true) == 0)    {        new hour, minute, second;        gettime(hour,minute,second);      Â...
264
Quote: Originally Posted by 2KY Downloaded Godfather and essentially reverse-engineered it. Opened new.pwn and Godfather side-by-side and attempted to remake it using my own methods. Th...
340
Quote: Originally Posted by wups Wrong video. Yeah I realized that after posting the thread. It's the right one now.
1,053
[MAP]Mansion Introduction A Mansion mapped on a unique and unused location. It is basically made for RP Servers, yet can be used in any type of a server. It is located just besides The Santa Maria ...
1,053