Teleport
#5

Код:
if(strcmp(cmd,"/puente",true) == 0)
		new id;
		tmp = strtok(cmdtext, idx);
		if(!strlen(tmp)) return SendClientMessage(playerid,COLOR_WHITE,"USO: /puente [id]");
		id = ReturnUser(tmp);
		if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COLOR_WHITE, "ID de jugador invalida.");
		GetPlayerName(id, giveplayer, sizeof(id));
		new Float:X, Float:Y, Float:Z;
		GetPlayerPos(playerid, X, Y, Z);
		SetPlayerPos(id, -2662.5017,1594.6340,225.7578);
		GetPlayerName(id, giveplayer, sizeof(giveplayer));
		return 1;
	}
thats what i got... puente means bridge.i added you to msn, accept and help me from there plz? mines forsaken_music@hotmail.com
Reply


Messages In This Thread
Teleport - by restless - 25.04.2010, 17:22
Re: Teleport - by IamNotKoolllll - 25.04.2010, 17:24
Re: Teleport - by restless - 25.04.2010, 17:25
Re: Teleport - by IamNotKoolllll - 25.04.2010, 17:28
Re: Teleport - by restless - 25.04.2010, 17:32
Re: Teleport - by IamNotKoolllll - 25.04.2010, 17:36
Re: Teleport - by restless - 25.04.2010, 17:44
Re: Teleport - by IamNotKoolllll - 25.04.2010, 17:50
Re: Teleport - by [MWR]Blood - 25.04.2010, 17:55
Re: Teleport - by restless - 25.04.2010, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)