Posts: 318
Threads: 55
Joined: Apr 2012
Reputation:
0
who know a xp script?when i shot player every shot is +15 xp and you have a xp bar and when you have levelup you can upgrade your weapon skill or you can upgrade the dmg (or headshot:30 xp and the other 15 xp)
Posts: 318
Threads: 55
Joined: Apr 2012
Reputation:
0
i don't want to rob the other's time.I don't want to make someone me the script....
Posts: 27
Threads: 3
Joined: Oct 2012
Reputation:
0
first u need create a save spot for the weaponskills,
then get, here is an example
OnPlayerShootPlayer
{
if(GetPlayerWeapon(Shooter) == 21)
{
SetPlayerWeaponSkill(Shooter, WEAPONSKILL_PISTOL, PlayerInfo[playerid][pWSkill] =+ 15//u need ur own player save stuff here);
}
return 1;
}
Posts: 318
Threads: 55
Joined: Apr 2012
Reputation:
0
thanks man i give you +rep