SA-MP Forums

Go Back   SA-MP Forums > Search Forums

Showing results 1 to 25 of 500
Search took 0.11 seconds.
Search: Posts Made By: Darnell
Forum: Scripting Help 10/09/2011, 08:14 PM
Replies: 3,451
Views: 314,817
Posted By Darnell
Re: Script Request Thread #5

#define CHECKPOINT_BUSROUTE 1

new BusRoute[MAX_PLAYERS];



stock SetPlayerCheckpointEx(playerid,Float:x,Float:y,Float:z,Float:v,Float:radi)
{
if(v != 0.0) {
return...
Forum: Screenshots and Videos 10/09/2011, 07:51 PM
Replies: 8
Views: 1,222
Posted By Darnell
Forum: Scripting Help 10/09/2011, 07:41 PM
Replies: 3,451
Views: 314,817
Posted By Darnell
Re: Script Request Thread #5

May I know the enum for the faction, which is CNN ?
Forum: Filterscripts 10/09/2011, 07:22 PM
Replies: 194
Views: 39,831
Posted By Darnell
Re: [Audio Plugin] Online radio in cars

Oh, sorry, thanks though.
Forum: Scripting Help 10/09/2011, 07:16 PM
Replies: 17
Views: 735
Posted By Darnell
Re: Warning: Tag Mismatch

what ? errors help :(

(131) : warning 219: local variable "Slots" shadows a variable at a preceding level
(153) : warning 213: tag mismatch
(154) : warning 213: tag mismatch
(188) : warning...
Forum: Scripting Help 10/09/2011, 07:11 PM
Replies: 17
Views: 735
Posted By Darnell
Re: Warning: Tag Mismatch

enum HouseInfo
{
Name[24],
Renter[24],
Rentable,
Rentcost,
Cost,
Sell,
Interior,
Virtualworld,
Forum: Screenshots and Videos 10/09/2011, 06:48 PM
Replies: 25
Views: 2,025
Posted By Darnell
Re: Spray system.

Thanks

Thanks =D.

I'm glad to hear that, the problem is that the include is crashing the server on linux.
Forum: Filterscripts 10/09/2011, 06:40 PM
Replies: 194
Views: 39,831
Posted By Darnell
Re: [Audio Plugin] Online radio in cars

I'd be glad if you could answer.
Forum: Scripting Help 10/09/2011, 06:16 PM
Replies: 4
Views: 388
Posted By Darnell
Re: tolls only closing for player id 0

EDIT:
Fixed.

public Tolls()
{
if(IsPlayerInRangeOfPoint(0, 2.0, 1651.2354736328, -43.643432617188, 36.139217376709))
{
MoveDynamicObject(toll1, 1651.2353515625, -43.642578125,...
Forum: Filterscripts 10/09/2011, 06:07 PM
Replies: 94
Views: 23,653
Posted By Darnell
Re: Mysql Dynamic Houseing Script

How were supposed to know the lines ? we aren't magicians.
Forum: Scripting Help 10/09/2011, 06:04 PM
Replies: 3,451
Views: 314,817
Posted By Darnell
Forum: Includes 10/09/2011, 04:40 PM
Replies: 79
Views: 17,451
Posted By Darnell
Re: Cyanide's Gang Spray/Tag System (Plug n' Play | Saving, Loading, & Crouching Support)

Cyanide, will you fix this include ? it's sort of crashing my server OnPlayerLogin.
Forum: Filterscripts 10/09/2011, 04:30 PM
Replies: 65
[FilterScript] PPC Speedometer
Views: 31,145
Posted By Darnell
Re: PPC Speedometer

Very nice, good job.
Forum: Filterscripts 10/09/2011, 04:09 PM
Replies: 194
Views: 39,831
Posted By Darnell
Forum: Includes 10/09/2011, 03:34 PM
Replies: 20
[Include] Stocks
Views: 1,328
Posted By Darnell
Re: Stocks

Alright, but they have to define it in the stock by their team variables.
Forum: Scripting Help 10/09/2011, 02:43 PM
Replies: 11
Views: 483
Posted By Darnell
Re: Crashing when someone logs in.

Solved; Cyanide's spray include & GVar plugin were causing it.
Forum: Includes 10/09/2011, 02:24 PM
Replies: 199
Views: 27,232
Posted By Darnell
Re: [BETA] BUD - Blazing User DB

If I was using SQLite, I'd switch to this ASAP.
Forum: Scripting Help 10/09/2011, 02:12 PM
Replies: 9
Views: 503
Posted By Darnell
Re: Reading EVERYTHING from a file

File Functions (http://wiki.sa-mp.com/wiki/File_Functions)
Try using io_read
Forum: Scripting Help 10/09/2011, 02:10 PM
Replies: 4
Views: 321
Posted By Darnell
Re: Team Balancer Question

public OnPlayerRequestSpawn(playerid)
{
new balla = GetPlayersInTeamFromMaxPlayers(TEAM_BALLAS);
new grove = GetPlayersInTeamFromMaxPlayers(TEAM_GROVE);
if(balla > grove &&...
Forum: Includes 10/09/2011, 01:59 PM
Replies: 20
[Include] Stocks
Views: 1,328
Posted By Darnell
Re: Stocks

No problem Visio, I'm working on the RandomTeamSpawn, but it has to use the variables from their script, which might be a slight problem.
This is what I got ATM :

stock RandomTeamSpawn(playerid)...
Forum: Gamemode Scripts 10/09/2011, 01:54 PM
Replies: 40
Views: 9,405
Posted By Darnell
Re: Project : NotD [ZM4.0][ZM5.0][Zombie VS Humans Gamemode]

A small suggestion.

if(PlayerTeam[playerid] == ZOMBIE) {
switch (GetPlayerWeapon(playerid)) {
case...
Forum: Gamemode Scripts 10/09/2011, 01:51 PM
Replies: 976
Views: 132,330
Posted By Darnell
Re: Intelexe's RolePlay[Still Under Developing]

Set the vehicle ID's on the script.
Forum: Includes 10/09/2011, 01:03 PM
Replies: 20
[Include] Stocks
Views: 1,328
Posted By Darnell
Re: Stocks

Explain what you ment on SpawnPlayerEx, didn't really understand it.
Thanks everyone above though.
Forum: Includes 10/09/2011, 12:58 PM
Replies: 20
[Include] Stocks
Views: 1,328
Posted By Darnell
Re: Stocks

What do you mean, SpawnPlayerEx ? like, /sendto[ls/sf/lv] for example, or TP ID to ID ?
Forum: Includes 10/09/2011, 12:50 PM
Replies: 20
[Include] Stocks
Views: 1,328
Posted By Darnell
Re: Stocks

No problem, thank you.
Showing results 1 to 25 of 500

 

All times are GMT. The time now is 03:23 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.