SA-MP Forums

Go Back   SA-MP Forums > Search Forums

Showing results 1 to 25 of 362
Search took 0.09 seconds.
Search: Posts Made By: ikbenremco
Forum: Scripting Help 01/03/2013, 09:09 AM
Replies: 13
Views: 147
Posted By ikbenremco
Re: Toggle player when shot

Look for OnPlayerShootPlayer ((It's a plugin))
Forum: Scripting Help 10/02/2013, 08:51 AM
Replies: 1
Views: 58
Posted By ikbenremco
Re: Weird....(FIXED)

Did you already recompile your GM?
Forum: Scripting Help 10/02/2013, 08:07 AM
Replies: 4
Views: 104
Posted By ikbenremco
Re: Pickup and Vehicle's not loading in my filterscript.

Do you have #define FILTERSCRIPT? in the top of your script?

If you do paste this under OnFilterScriptInit
Forum: Scripting Help 04/02/2013, 01:00 PM
Replies: 4
Views: 111
Posted By ikbenremco
Re: Which is the default SA-MP weather?

http://wiki.sa-mp.com/wiki/WeatherID
Forum: Scripting Help 27/01/2013, 03:57 PM
Replies: 8
Views: 150
Posted By ikbenremco
Re: Found this but not that bouring error .. -.-

if(IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389)) the ( infront I
Forum: Scripting Help 26/01/2013, 05:59 PM
Replies: 3
Views: 123
Posted By ikbenremco
Re: Command /setplate with 3dtext

new PropretyString[128];
Forum: Scripting Help 19/01/2013, 07:28 AM
Replies: 1
Views: 108
Posted By ikbenremco
Re: SetPlayerMarkerForPlayer

Make a timer for it.

http://wiki.sa-mp.com/wiki/SetTimer
Forum: Scripting Help 17/01/2013, 02:43 PM
Replies: 2
Views: 61
Posted By ikbenremco
Re: Global Chat Problem

show us your OnPlayerText
Forum: Scripting Help 17/01/2013, 02:38 PM
Replies: 3
NPC
Views: 90
Posted By ikbenremco
Re: NPC

public OnFilterScriptInit()
{
ConnectNPC("MyFirstNPC","mynpc");
return 1;
}

I got OnFilterScriptInit
Forum: Scripting Help 17/01/2013, 02:33 PM
Replies: 3
NPC
Views: 90
Posted By ikbenremco
NPC

I am tryng to create a NPC using http://forum.sa-mp.com/showthread.php?t=110195

but when I add the

public OnFilterScriptInit()
{
ConnectNPC("MyFirstNPC","mynpc");
return 1;
}
Forum: Scripting Help 15/01/2013, 01:20 PM
Replies: 8
Views: 253
Posted By ikbenremco
Re: ID 0 Teleported to Blueberry when others disconnect ?

You can try to get tped to there DONT MOVE then /save fail C:/DOCUMENTS/SAMP savedpositions.txt copy the coordinates look for them in your GM?
Forum: Scripting Help 13/01/2013, 10:48 AM
Replies: 10
Views: 214
Posted By ikbenremco
Re: VIP System Help

CMD:setvip(playerid, params[])
{
if (IsPlayerAdmin(playerid) )
{
new string[200], pos, level;
if(!params[0]||!(pos=chrfind(' ',params)+1)||!params[pos]) return SendClientMessage(playerid,...
Forum: Scripting Help 13/01/2013, 10:12 AM
Replies: 10
Views: 214
Posted By ikbenremco
Re: VIP System Help

show us your enum?
Forum: Scripting Help 13/01/2013, 09:39 AM
Replies: 10
Views: 214
Posted By ikbenremco
Re: VIP System Help

Show us your makevip command
Forum: Scripting Help 08/01/2013, 06:02 AM
Replies: 19
Views: 412
Posted By ikbenremco
Re: How to Change walk Style or CJ Run?

Do you have on top of your script

#include <samp>?

if not add it at the top of your script
Forum: Scripting Help 03/01/2013, 02:36 PM
Replies: 5
Views: 115
Posted By ikbenremco
Re: SERVER: Uknown command

after the last bracket

}
return 1;
}
Forum: Scripting Help 03/01/2013, 02:34 PM
Replies: 2
Views: 95
Posted By ikbenremco
Forum: Scripting Help 03/01/2013, 02:30 PM
Replies: 3
Views: 97
Posted By ikbenremco
Re: Error, help please.

Look at this.

RandomSpawns[][4] =

Increase the 4
Forum: Scripting Help 03/01/2013, 08:36 AM
Replies: 4
Views: 109
Posted By ikbenremco
Forum: Scripting Help 02/01/2013, 09:36 PM
Replies: 5
Views: 102
Posted By ikbenremco
Re: [Help] Key "F" stop working

If oyu show us the code we can help you ^^
Forum: Scripting Help 02/01/2013, 05:17 PM
Replies: 4
Views: 109
Posted By ikbenremco
Re: Need help With this :D

#define COLORNAME COLOUR(colorpicker.com)

At that on the top of your screen but then

#define Prisonerscolor COLOUR
#define Commandoscolor COLOUR

Take the colour from colorpicker.com and add...
Forum: Scripting Help 02/01/2013, 05:14 PM
Replies: 2
Views: 95
Posted By ikbenremco
Hospital SPAWN button bug.

Hello fellows,

I am creating my own GM, and I've stranded on OnPlayerDeath it's doing really weird.
I'do get the spawn button on death and when I press it I go to the hospital but I dont spawn?...
Forum: Scripting Help 02/01/2013, 01:03 PM
Replies: 14
Views: 1,210
Posted By ikbenremco
Re: Trash Report With Reason

Cmon men if you can't do this =( maby look at samp wiki for string ect.

format(string, sizeof(string), "%s has marked your report invalid reason: %s", GetPlayerNameEx(playerid), reason);
Forum: Scripting Help 30/12/2012, 10:56 AM
Replies: 20
Views: 395
Posted By ikbenremco
Re: Warning 213 tag mismatch

Fixed ty respect to both <333
Forum: Scripting Help 30/12/2012, 10:50 AM
Replies: 20
Views: 395
Posted By ikbenremco
Re: Warning 213 tag mismatch

enum hInfo//Naming the enum
{
hOwner[24],//This will be where it will store the house owner name, in a 24 bit size array.
hOwned,//To store if the house is owned or not.
hLevel,
hLocked,...
Showing results 1 to 25 of 362

 

All times are GMT. The time now is 02:53 AM.


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