xp script
#1

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)
Reply
#2

Ah, XP = Score?

Or you want to add experience points?

If yes then that will take you some time and I don't think someone will do that for you, you better learn the basics of scripting before hitting and creating the big ideas
Reply
#3

i just asking
Reply
#4

i don't want to rob the other's time.I don't want to make someone me the script....
Reply
#5

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;
}
Reply
#6

thanks man i give you +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)