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...
747
pawn Код:
new scasepickup;scasepickup = CreatePickup(1210.....);OnPlayerPickupPickup(playerid, pickupid){Â Â if(pickupid == scasepickup)Â Â {Â Â Â Â ShowPlayerDialog(playerid, MAIN, DIALOG...
598
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 ...
488
pawn Код:
new DoorOpened;forward CloseDoor();Â Â if(strcmp(string, "/opendoor", true) == 0)Â Â {Â Â if(DoorOpened == 1)Â Â Â Â {Â Â Â Â Â Â Â SendClientMessage(playerid, COLOR_RED,...
377
My bad, forgot to add else. Post edited.
501
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?
733
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 ...
776
pawn Код:
COMMAND:buy(playerid, params[]){Â Â foreach(Houses, i)Â Â {Â Â Â Â if(IsPlayerInRangeOfPoint(playerid, 1.0, HouseInfo[i][XPos], HouseInfo[i][YPos], HouseInfo[i][ZPos]))Â Â Â Â...
501
pawn Код:
CMD:vehspawn(playerid, params[]){Â Â new string[128], modelid, color1, color2;Â Â new Float: x, Float: y, Float: z;Â Â if(PlayerInfo[playerid][pAdmin] >= 2)Â Â {Â Â Â Â if...
413
https://sampforum.blast.hk/showthread.php?tid=291018
776
Quote:
Originally Posted by DaizeN
What is GTAT? And can you define it abit?
Grand Theft Auto Tournament. A DM Match Server.
685
If you want a wider Dialog Box, stop using \n in the dialog text. That should make it wider.
546
According to this code you've pasted, the player first freezes then gets teleported.
481
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...
739
pawn Код:
CMD:admintag(playerid,params[]){Â Â Â Â if (PlayerInfo[playerid][pAdmin] == 99999)Â Â Â Â {Â Â Â Â Â Â new string[128];Â Â Â Â Â Â Â Â Â Â Â Â if(IsPlayerConnec...
432
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]){Â Â if(strcmp(string, "/time", true) == 0)Â Â {Â Â Â Â new hour, minute, second;Â Â Â Â gettime(hour,minute,second);Â Â Â Â...
739
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...
824
Quote:
Originally Posted by wups
Wrong video.
Yeah I realized that after posting the thread. It's the right one now.
1,941
[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,941
