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!