Your First Things At SAMP
#1

Its been a while we have joined SAMP, recollecting the past always feels good, here are few things of mine.

My First Samp Question

Quote:
Originally Posted by Kapil
Is there anyway to check what all weapons do a player has ?
My First Samp Repley

Quote:
Originally Posted by XChaos
Is it normal that i canґt poping tires and canґt destroy my vehicles on my server? I tryed with different GMґs and everything the same . In the next time iґll release my gamemode but all vehicles are undestroyable
One more question: If i use the skimmer and get out of it in the water it spawn back is it possible so solve this problem?

XChaos
Quote:
Originally Posted by Kapil
Code:
Public OnPlayerHitVehicle(playerid) {
If ( No. of players inside Vehicle == 0 ) 
{
Vehicle is in god mode;
Tires poping wont work;
Windows wont get effected;
}
else
{
Vehicle is not in god mode;
Tires poping works;
Windows get effected;
}
}
My First Samp Script

http://forum.sa-mp.com/index.php?topic=23212.0
Reply
#2

My first sa-mp question

Quote:
Originally Posted by CrazyTrain
please help me when i try to compile it with FeaR's The godfather script it gives this error:

C:\Program Files\pawno\include\KIHC.inc(497) : warning 209: function "OnPlayerPickUpPickup" should return a value
C:\PROGRA~1\GAMEMO~1\gf.pwn(3702) : error 021: symbol already defined: "OnPlayerPickUpPickup"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
In KIHC topic. :P

First reply:

Quote:
Originally Posted by tonygee
Hello im thinking of getting SA multiplayer but i was looking at some vids on ******* and some 1 always used an abulance and i asked him why and he said because he is a medic ingame ?? so do you just steal the ambulance on servers and become medic or do you pick it before or is he just pretending to be a medic?? And if you put a car mod on your car can other ppl see it? Thank You for your time!
Quote:
Originally Posted by CrazyTrain
Well, i think you can replace any car with any other car, using for example SAMI
I first got admin at Roleplay Kings in times of 0.2.2R2.

First server i played on was Littlewhiteys.
Reply
#3

Quote:
Originally Posted by Van Haaren
That command give me a crash
This is me script :
http://pastebin.ca/484690

Can enerbody ceck me script?
http://forum.sa-mp.com/index.php?topic=22976.0
First released script, good times xD
Reply
#4

It appears the first post i ever made was:
Quote:

This speedo doesnt work though
I have compiled with no errors!

These things are wrong:
1: The speedo is displayed all the time(i know can be changed with isplayerinanyvehicle)
2: Its in KMPH Not MPH which is hard for me
3: It Doesnt work!! 0 all the time except when teleporting!

thanks
Drag

I always remember the first time I played sa-mp. I found a random server, Set my name to <<<TAXI>>> and drove around dhouting "Want a taxi?!?!?".
Reply
#5

First question:
Quote:
Originally Posted by Leopard
Well i have a problem here.. the PutPlayerInVehicle doesnt work for some reason..
I tried to do a command to spawn a nrg next to you..
Heres the code:
Code:
	
//------------------- /nrg

	if (strcmp (cmd, "/nrg", true) == 0) {
	  SendClientMessage(playerid, COLOR_RED, "Success!");
    CreateVehicle(522,1.0,-0.1,1.0,180,10,11,50000);
		PutPlayerInVehicle(playerid,522,0);

		return 1;
 	}
Any suggestions?
First topic:
http://forum.sa-mp.com/index.php?topic=34728.0

First server:
Joses RPG (now dead..)

First script used:
sf-rp (dont know the author, if you made it post reply )

First reply:
Quote:
Originally Posted by Leopard
Well see what happened to me:

I was watching Seif's FS, "Vehicle names display"
Was inspirated of him, and thought:
"Well why dont i do a own FS with REAL VEHICLE NAMES?"
Scripted abit like his..
Finnaly
My first FS came out
Hope you understand.

good luck!
First FS:
http://forum.sa-mp.com/index.php?topic=35442.0

First GM:
http://forum.sa-mp.com/index.php?top...1462#msg351462
but tbh, its shit

First Code*:
http://forum.sa-mp.com/index.php?top...2702#msg262702
Snickers

Reistered since:
2007-11-20, 18:25:20
i dont remember why i registered but anyways

Post:
739 (3.714 per day)

Total Time Spent Online:
11 days, 23 hours and 44 minutes.
11 days to forums


Total Topics Started:
42 topics

Number of Polls Created:
0 polls

Number of Votes Cast:
4 votes

Buddies: 26

First PM:
(actually i deleted the first first first )
Quote:
Originally Posted by kaisersouse
patience my friend patience haha. I just switched offices (I have 2) and I should be able to peek at it in an hour or so.
Remember that, kaiser? :P

First Server:
dont remember but i think it was PirateWars

Could write more but i dont bother
Reply
#6

First Question:
Quote:
Originally Posted by Yaheli
I need help making teams (factions) like: SFPD,FBI,DMV,Yakuza,Medic...

i also need some help with:
1) making a fuel monitor and fuel limit.
2)making licenses and getting removed from a car without one.
3) /me commands

PLEASE HELP!!!
First release: V-Admin

Total Time Spent Online: 5 days, 15 hours and 20 minutes.

Total Posts: 479 posts

Total Topics Started: 37 topics

Number of Polls Created: 0 polls

Number of Votes Cast: 0

Posts: 479 (4.094 per day)

Date Registered: 11 February 2008, 03:21:48
Reply
#7

Total time logged in: 13 days, 12 hours and 46 minutes.

1st post still online - http://forum.sa-mp.com/index.php?top...7162#msg197162
2nd post still online (when I left samp forums on my screen and went out of my room T_T) - http://forum.sa-mp.com/index.php?top...7834#msg197834

1st release - http://forum.sa-mp.com/index.php?topic=36209.0
Reply
#8

Oh I just realised that wasnt my first post. I think my original one was deleted some time.

Also: Total time logged in: 33 days, 16 hours and 36 minutes.
Reply
#9

Quote:
Originally Posted by Kapil
Its been a while we have joined SAMP, recollecting the past always feels good, here are few things of mine.

My First Samp Question

Quote:
Originally Posted by Kapil
Is there anyway to check what all weapons do a player has ?
My First Samp Repley

Quote:
Originally Posted by XChaos
Is it normal that i canґt poping tires and canґt destroy my vehicles on my server? I tryed with different GMґs and everything the same . In the next time iґll release my gamemode but all vehicles are undestroyable
One more question: If i use the skimmer and get out of it in the water it spawn back is it possible so solve this problem?

XChaos
Quote:
Originally Posted by Kapil
Code:
Public OnPlayerHitVehicle(playerid) {
If ( No. of players inside Vehicle == 0 ) 
{
Vehicle is in god mode;
Tires poping wont work;
Windows wont get effected;
}
else
{
Vehicle is not in god mode;
Tires poping works;
Windows get effected;
}
}
My First Samp Script

http://forum.sa-mp.com/index.php?topic=23212.0
Hah, didn't remember that I replied to your first question!
Reply
#10

Quote:
Originally Posted by GtakriZ
Quote:
Originally Posted by Kapil
Its been a while we have joined SAMP, recollecting the past always feels good, here are few things of mine.

My First Samp Question

Quote:
Originally Posted by Kapil
Is there anyway to check what all weapons do a player has ?
My First Samp Repley

Quote:
Originally Posted by XChaos
Is it normal that i canґt poping tires and canґt destroy my vehicles on my server? I tryed with different GMґs and everything the same . In the next time iґll release my gamemode but all vehicles are undestroyable
One more question: If i use the skimmer and get out of it in the water it spawn back is it possible so solve this problem?

XChaos
Quote:
Originally Posted by Kapil
Code:
Public OnPlayerHitVehicle(playerid) {
If ( No. of players inside Vehicle == 0 ) 
{
Vehicle is in god mode;
Tires poping wont work;
Windows wont get effected;
}
else
{
Vehicle is not in god mode;
Tires poping works;
Windows get effected;
}
}
My First Samp Script

http://forum.sa-mp.com/index.php?topic=23212.0
Hah, didn't remember that I replied to your first question!
u must of thought, "ahh, bluddy noobs" xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)