Search Results
Nice use of the Tab list, great job
621
The onedrive cloud logo though ! Aha Great job :')
596
Or search for SetPlayerPos. You can try to log in game, and when you spawn at the spawnpoint, type /save, then take those cords from your savedpositions.txt and try to find it in the script
142
Install this and try to examine the errors/warnings. https://sampforum.blast.hk/showthread.php?tid=262796
155
A quick question, is your server starting up and are you referring to the code beneath that or?
155
Your server is based on another port but you are starting it with 7777 on your server.cfg. Is this on Local or Host?
155
Quote: Originally Posted by ATGOggy Add this somewhere in your script PHP код: new count=0; stock IsAnyPlayerInVehicle(vehicleid) {     for(new i=0;i<MAX_PLAYERS;i++)   Â...
169
Код: stock IsVehicleOccupied(vehicleid) { for(new i =0; i < MAX_PLAYERS; i++) { if(IsPlayerInVehicle(i,vehicleid)) { return 1; } } return 0; }
169
Quote: Originally Posted by zaibaslr2 Height coordinate is z, not y. My bad, I meant that
138
This only happens when you re-start the server again, the vehicles could get bugged. Try to change the co-ordinates of the cars, so that they float on spawn. So change it like: Код: AddStaticVe...
138
The states; Код: 0 Empty (while initializing) 1 Player is on foot 2 Player is driver of a vehicle 3 Player is passenger of a vehicle 7 Player is wasted or on class selection 8 Player is spawned ...
169
Код: [19:11:16] [debug] Server crashed due to an unknown error [19:11:17] [debug] Native backtrace: [19:11:17] [debug] #0 6911a26d in ?? () from plugins\streamer.DLL [19:11:17] [debug] #1 69117b5b...
45
Put this underneath it: Код: Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL, DutyAdmin[playerid] , E_STREAMER_ATTACH_OFFSET_Z, 0.30);
55
if (strcmp(cmd, "/teamlist", true) == 0) { Код: if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][team] == 1 || PlayerInfo[playerid][pLeader] == 1) { SendClient...
141
Try this, if you have your bases defined, then just add Код: Float:fBaseX, Float:fBaseY, Float:fBaseZ, into the enum like: Код: #define MAX_BASE 5 enum base { Float:fBaseX, Float:fBaseY,...
146
This is awesome! rep, this could be a good use for medics. +1
486
I think this could be used to stop people from speeding in pursuits! Great map
317
That is pretty awesome and could come in handy on many freeroam servers! Great going, I like the textdraw layout too
423
You have to create your teams properly.. https://sampforum.blast.hk/showthread.php?tid=418054
128
Just use this same line Код: if(gTeam[playerid] == C1) return SendClientMessage(playerid,COLOR_RED,"Only the terrorists can plant the bomb!"); but for the cop team, do you have a cop team set out ...
128