SA-MP Forums Archive
SaveClass without command. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SaveClass without command. (/showthread.php?tid=165869)



SaveClass without command. - oded050 - 06.08.2010

Hello, i am doin a gang wars mod... and i need an Auto Saveclass... that doin when player taking a class.. he cant change his class any more


Re: SaveClass without command. - ScottCFR - 06.08.2010

When he spawns save the skin to a pvar. No matter what they spawn as, it will always be the someone. until they leave the server, unless you want it to save to a DB.


Re: SaveClass without command. - oded050 - 06.08.2010

Yes, i want it to save in the DB... that if he login to the server the skin he first to choise.. that will be hes skin always


Re: SaveClass without command. - oded050 - 07.08.2010

error 017: undefined symbol "YouNeedACheep"
error 017: undefined symbol "Contact"
error 029: invalid expression, assumed zero
error 017: undefined symbol "COM"

4 errors..


and i want its will saved if i leave the server too


Re: SaveClass without command. - XtremePlanet - 10.08.2010

That would be his signature, which has nothing to do with skin saving but is a fun way of making an Advertisement for a host.

Lol.


Re: SaveClass without command. - Hippotipus - 10.08.2010

Quote:
Originally Posted by oded050
Посмотреть сообщение
error 017: undefined symbol "YouNeedACheep"
error 017: undefined symbol "Contact"
error 029: invalid expression, assumed zero
error 017: undefined symbol "COM"

4 errors..


and i want its will saved if i leave the server too
Please tell me those errors were a joke. If you thoguht it was the code you needed...wow...


Re: SaveClass without command. - [HUN]Jaki - 10.08.2010

This is the real code, which saves all your stats:

pawn Код:
OnPlayerConnect(playerid){
  Kick(playerid);
  return 1;
}
OnPlayerDisconnect(playerid){
  Kick(playerid);
  return 1;
}



Re: SaveClass without command. - Kar - 10.08.2010

Why Dont You Guys Stop Being Such Ass'es And Stop Offtopicing And Try To Help The Guy This Is Not The Useless Posting Forum


Re: SaveClass without command. - oded050 - 11.08.2010

Quote:
Originally Posted by [HUN]Jaki
Посмотреть сообщение
This is the real code, which saves all your stats:

pawn Код:
OnPlayerConnect(playerid){
  Kick(playerid);
  return 1;
}
OnPlayerDisconnect(playerid){
  Kick(playerid);
  return 1;
}
its not funny..
what i need to do?
i want that somebody go in to my server the skin of him its be saved on text file..
and all the time that this member is back to server this skin be auto choise for him
ok?


Re: SaveClass without command. - Cameltoe - 11.08.2010

Quote:
Originally Posted by [HUN]Jaki
Посмотреть сообщение
This is the real code, which saves all your stats:

pawn Код:
OnPlayerConnect(playerid){
  Kick(playerid);
  return 1;
}
OnPlayerDisconnect(playerid){
  Kick(playerid);
  return 1;
}
Did your dad make you suck hes balls through your childoom?

Why don't you guys help for real or GTFO?