i want to convert this but
#3

my meams is this !

1 - i want to give my weapen to players in samp 2 i do this with :

GivePlayerWeapon(playerid,46,500);

but now in samp 3 I can't

-----

2 - i want to do some command for exmple give car i do this with :

if(strcmp(cmdtext, "/Heli", true) == 0)
{
new Float:X,Float:Y,Float:Z,car;
GetPlayerPos(playerid,X,Y,Z);
car = CreateVehicle(425,X,Y,Z,-1,-1,50000);
PutPlayerInVehicle(playerid,car,0);
SendClientMessage(playerid,0xAA3333AA,"helicopter" );
return 1;
}

but now in samp 3 I can't

---

3 - i want to take 1500 $ and give armor i do this in samp 2 with :

if(strcmp("/armour", cmdtext, true) == 0) {
SetPlayerArmour(playerid, 100.0);
GivePlayerMoney(playerid, -1500);
SendClientMessage(playerid, 0xAA3333AA, "now you have armor");
return 1;
}

but now in samp 3 I can't

--------------

4 - i give 750 $ and give full heal in samp 2 with :

if(strcmp("/heal", cmdtext, true) == 0) {
SetPlayerHealth(playerid, 100.0);
GivePlayerMoney(playerid, -750);
SendClientMessage(playerid, 0xAA3333AA, "you heal");
return 1;
}

but now in samp 3 I can't

My qustion is this how can i convert them to samp 3

help Me



Reply


Messages In This Thread
i want to convert this but - by amin-pwa - 07.11.2009, 06:25
Re: i want to convert this but - by V1ceC1ty - 07.11.2009, 06:46
Re: i want to convert this but - by amin-pwa - 07.11.2009, 07:36
Re: i want to convert this but - by V1ceC1ty - 07.11.2009, 08:19

Forum Jump:


Users browsing this thread: 2 Guest(s)