24.10.2011, 17:50
SO ive got this how do i make it respone to "start" and do all the things i listed
Sorry about this but ive just got myself realy confused -.-
Код:
if(dialogid == 1) { PutPlayerInVehicle(playerid, cvehicle, 0); SetVehiclePos(cvehicle, 1020.7713, -920.2669, 419.8624); SetPlayerCheckpoint(playerid, 248.4739, -1329.2743, 52.6960, 5); // This will change the variable, so we can use it later on with OnPlayerEnterCheckpoint Challange1 = CreateDynamicCP( 248.4739, -1329.2743, 52.6960, 5); SendClientMessage(playerid, 0xFFFFFFFF, "You Started The Big Jump 1 Challange Get To The Checkpoint Quick"); return 1; }