Hello This is my problem
#1

it's me again xD so this is what im planning : Only some nicknames can enter a turismo so like '[TdB]Ceka' only can enter a turismo.
Special Car Ownership system. The codes not working so...anyone got atleast a link to a ownership tut just to use as an
example ?
Reply
#2

lol

Код:
onplayerentervehicle...
new name[24];
GetPlayerName(playerid, name, sizeof(name));
if(strcmp, "ME", name, true) == 0)
{

}
wanna use multiple names ?

Код:
new Names[2][] = {
	"Me", "You"
};
just switch the "ME" with Names[i] and create a loop
Reply
#3

Quote:
Originally Posted by MafiaGuy™
lol

Код:
onplayerentervehicle...
new name[24];
GetPlayerName(playerid, name, sizeof(name));
if(strcmp, "ME", name, true) == 0)
{

}
wanna use multiple names ?

Код:
new Names[2][] = {
	"Me", "You"
};
just switch the "ME" with Names[i] and create a loop
ah nvm was tired. lolz i got confused a bit so i randomly posted acidently :O

sorry for bad english.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)