Quote from: [AoD]NC on January 14, 2010, 06:47:45 PMIf you need help i can script a cmd to change gravity ingame
Aww thx Trix. But i still dont understand why the gravity should be always changed to 100 for all, when a player joins :/.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: [AoD]NC on January 14, 2010, 06:47:45 PMIf you need help i can script a cmd to change gravity ingame
Aww thx Trix. But i still dont understand why the gravity should be always changed to 100 for all, when a player joins :/.
Quote from: FreakWay on February 06, 2010, 02:06:56 AMQuote from: Edward_RD on January 30, 2010, 06:53:09 PMpfft...-.- xD
Hya all ..
Donation done from Edward_RD to Haity brothers ..
Helping Haity country .
else if (strcmp(cmd, "!mycommand", true) == 0)
{
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)) {
//do something here insert an event for this cmd
SetPlayerPos(playerid, 495.7786,-83.4285,10.0299);
SendClientMessage(playerid, COLOR_GREEN, "Hello this is a text!!!");
//now i have insert setplayerpos and u will be teleported to the coords(malibu)
}
return 1;
}