Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: faizan12345 on February 09, 2012, 07:38:35 am
-
1) My spawn characters doesn't show their skin names.
I want they show their skin names...
2) And I want to remove team killing (Same skin players cannot able to Kill Each others)?
Please Resolve these Problems,I shall be Thankful to you For this act of Kindness...
-
add this OnGameModeInitIt
[pawn]SetPlayerFriendlyFire False[/pawn]
-
add this OnGameModeInitIt
[pawn]SetPlayerFriendlyFire False[/pawn]
\
You missed the ( ) and the ; . Actually works with false / true like 0 / 1 . [pawn]SetPlayerFriendlyFire( 0 );[/pawn]
-
1) My spawn characters doesn't show their skin names.
I want they show their skin names...
[pawn]OnPlayerRequestClass(playerid, classid)[/pawn]
[pawn]if( classid == 0 )
{
//Some code here
}[/pawn]
I don't have enough time to explain more.
-
Thanks...
But can any one give me spree command..?
-
thanks shadow and fuzzy faizan i am sorry but i can not make a spree cmd and i dont wanna copy paste from warchiefs i will try making one on my own for gups so please wait or ask help from some big scripters!
-
thanks shadow and fuzzy faizan i am sorry but i can not make a spree cmd and i dont wanna copy paste from warchiefs i will try making one on my own for gups so please wait or ask help from some big scripters!
Yes Like BIG[H] or Madara Or Others .......................!
-
ok Rashikh iam waiting...
But can you tell me about
I want to remove score points system...
i want to add money system and stats system
what i do?
and if some one register with us when he left and connect again he dont loose his money...
-
ok Rashikh iam waiting...
But can you tell me about
I want to remove score points system...
i want to add money system and stats system
what i do?
and if some one register with us when he left and connect again he dont loose his money...
What do U Mean bY Score Points System ???
-
I want to remove score points system...
Put this at OnPlayerDeath
[pawn] if( GetPlayerScore(killerid) != 0 )
{
SetPlayerScore(killerid,0);
return 1;
}[/pawn]
Haven't tested this..
-
means
i dont want to show your points by pressing f5...
I want it shows money of player
-
Fuzzy...
can you tell me about !heal command with timer or !goto, !gotoloc, !fix commands also with timer?
-
means
i dont want to show your points by pressing f5...
I want it shows money of player
oHHH ok !
-
Fuzzy...
can you tell me about !heal command with timer or !goto, !gotoloc, !fix commands also with timer?
You can't set a timer to a specific person as the SetTimer Function in Pawn does not have an argument's perimeter..means
i dont want to show your points by pressing f5...
I want it shows money of player
This is actually an idea taken from Ka Deathmatch as they also use money instead of Score Points.. The idea is still the same. All you have to do is get the decrease the players cash and set the players score according to the cash and increase the killers cash and set the killers score according to the cash.. I do think that actually your even thinking on how to do this..
-
thanks fuzzy i try it,,
Another thing i want to ask,
Is there any system for Pawn to spawn characters at random loc.
Like KA server...
-
Sure !
On Top:
enum playerspawns {
Float:spawnx,
Float:spawny,
Float:spawnz,
}
new RandomPlayerSpawns[][playerspawns] = {
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z}
};
OnPlayerSpawn:
new rand = random(sizeof(RandomPlayerSpawns));
SetPlayerPos(playerid,RandomPlayerSpawns[rand][spawnx], RandomPlayerSpawns[rand][spawny], RandomPlayerSpawns[rand][spawnz],0,0);
This is .
Replace "x,y,z" with your coordonates.
-
OFF: enough copycats? From me / GANGSTER ( which is also from me IMO )
ON: What's the point in making a server exactly like another server ? I don't get it. People want original things, not copy & paste..
-
I am not copied thinking of another server i only make my stuff...
When i completed,then i make server better than other...
But the problem is that i am Only 2nd step begginer...
that's why i need help of some PRo's.....