.whatever
#4

ah ye...you could use 'setpvarint' and getpvaring for license and stuff
its same as using 'enum' but newer and easyer;

https://sampwiki.blast.hk/wiki/SetPVarInt

for example;

SetPVarInt(playerid, "LICENSE", 0);//the player has no license
and

SetPVarInt(playerid, "LICENSE", 1);//the player has license

so if you made that..you could do
something like this
if (playerentervehicleblala)
{

if(GetPVarInt(playerid, "LICENSE"))

{


sendclientmessage "you have a license
{
else
{
you dont XD
Reply


Messages In This Thread
.whatever - by luigifan9 - 05.05.2010, 19:38
Re: .whatever - by boelie - 05.05.2010, 19:52
Re: .whatever - by luigifan9 - 05.05.2010, 19:55
Re: .whatever - by boelie - 05.05.2010, 20:02
Re: .whatever - by luigifan9 - 05.05.2010, 20:09
Re: .whatever - by boelie - 05.05.2010, 20:25
Re: .whatever - by Steven82 - 05.05.2010, 22:49
Re: .whatever - by -Rebel Son- - 05.05.2010, 23:13
Re: .whatever - by Steven82 - 05.05.2010, 23:17
Re: .whatever - by -Rebel Son- - 06.05.2010, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)