I Need Help With 2Things Please Help Script - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I Need Help With 2Things Please Help Script (
/showthread.php?tid=362342)
I Need Help With 2Things Please Help Script -
Drake Star - 24.07.2012
Hello My Name Is Kris Aka Drake And I Have A Server,And I Refund My New Players But I Hate Doing All The Commands Is There A Script That Does Auto Refund When They Log In Or Like /refund
Like This
They Get Level 3
3mill$
2000 Materials
And Platinum Vip
Also If It Is Possible I Need A Fire Script That Called Fd And Tells Them The Location Where The Fire Is,The Fires Have To Be In Ls Aka Los Santos,And There Are Random Fires At Random Places At Random Times Like This It Tells The Location And Tells Fd Where The Fire Is And Calls Them When There Is A Fire So A Script That Makes Random Fires At Different Places Like This Look At Part 3:01 It Called Fd And Puts A Map Icon There And It Is In Ls I Need The Fires In Ls [ame]http://www.youtube.com/watch?v=eFENiS5cs3M[/ame] Here Is A Video Or This Video For Fire [ame]http://www.youtube.com/watch?v=r5KpyAwW34o&feature=plcp[/ame] And A Better View Of The Fire And All That [ame]http://www.youtube.com/watch?v=c94QP_9Mx10&feature=plcp[/ame]
Please Reply Or Try And Help Thanks Alot I Love This Forum Sorry If It Says Join The Server Dont Join I Just Need Help Please
Re: I Need Help With 2Things Please Help Script -
Devilxz97 - 24.07.2012
1# Editing toys on samp 0.3E
https://sampwiki.blast.hk/wiki/AttachObjectToPlayer
https://sampwiki.blast.hk/wiki/EditAttachedObject
https://sampwiki.blast.hk/wiki/RemovePlayerAttachedObject
Re: I Need Help With 2Things Please Help Script -
Drake Star - 24.07.2012
Where Can I Get A Script That Auto Refund them? or A Command Like /refund
Re: I Need Help With 2Things Please Help Script -
Drake Star - 24.07.2012
And Where Do I Put The Toy Script In?
Re: I Need Help With 2Things Please Help Script -
[GF]Logic - 24.07.2012
Well from your info you are using NGRP edit anyways here is a hint use OnPlayerConnect at the end of the call back and
GivePlayerCash and the other things
Re: I Need Help With 2Things Please Help Script -
Drake Star - 25.07.2012
so i just copy and paste that at the onplayerconnect?
Re: I Need Help With 2Things Please Help Script -
lsfmd - 25.07.2012
Heres for next generation shitplay's script
pawn Код:
CMD:refundme(playerid, params[])
{
PlayerInfo[playerid][pDonateRank] = 4;
PlayerInfo[playerid][pTempVIP] = 0;
PlayerInfo[playerid][pBuddyInvited] = 0;
PlayerInfo[playerid][pLevel]+3;
MatsAmount[playerid] += 2000;
GivePlayerCash(playerid, 3000000);
return 1;
}
This is may be wrong, its 4 am and im wayyy too tired to make sure